aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/layout.html')
-rw-r--r--budget/templates/layout.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html
index d1b63a9..328b392 100644
--- a/budget/templates/layout.html
+++ b/budget/templates/layout.html
@@ -67,6 +67,8 @@
</ul>
{% endif %}
</div>
+{% block header %}{% endblock %}
+{% block container %}
<div class="container-fluid" style="margin-top: 40px">
<div class="sidebar">{% block sidebar %}{% endblock %}</div>
<div class="content">
@@ -77,6 +79,7 @@
{% endblock %}
</div>
</div>
+{% endblock %}
</body>
</html>