mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
templates: Allow building pages without navigation bar and footer
Tests: - Functional tests of many apps pass with the patch. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
a8e2d4cd69
commit
bced133d90
@ -84,6 +84,7 @@
|
|||||||
{% if refresh_page_sec is not None %}
|
{% if refresh_page_sec is not None %}
|
||||||
data-refresh-page-sec="{{ refresh_page_sec }}"
|
data-refresh-page-sec="{{ refresh_page_sec }}"
|
||||||
{% endif %}>
|
{% endif %}>
|
||||||
|
{% block wrapper %}
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<div class="main-header fixed-top">
|
<div class="main-header fixed-top">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -283,5 +284,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</footer><!--/.footer-->
|
</footer><!--/.footer-->
|
||||||
</div><!--/#container-->
|
</div><!--/#container-->
|
||||||
|
{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user