diff options
| author | cole <cole.d.vick@gmail.com> | 2022-09-30 14:14:59 -0500 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2022-10-15 16:54:53 +0200 |
| commit | d4720ceb9bf4e8789d5aadc0bdac73750e0e0e51 (patch) | |
| tree | ea5baae692dcdecad6654b8147cf6a8b0ff87d0d /print/templates/full_page_pattern.html | |
| parent | ff05e24696a1ddeea415594f6f447d6055045de2 (diff) | |
add footer toggle
Diffstat (limited to 'print/templates/full_page_pattern.html')
| -rw-r--r-- | print/templates/full_page_pattern.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/print/templates/full_page_pattern.html b/print/templates/full_page_pattern.html index bf0e84c4..f8bd3c5e 100644 --- a/print/templates/full_page_pattern.html +++ b/print/templates/full_page_pattern.html @@ -10,3 +10,8 @@ {% endwith %} </figure> </main> + +<div class="show-footer" style="display: {{ 'block' if view.show_footer else 'none' }}"> + {% include 'footer.html' %} +</div> + |
