aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/base.html
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-01-22 22:46:46 +0100
committerKatharina Fey <kookie@spacekookie.de>2018-01-22 22:46:46 +0100
commit6030c88e98ab643ced4f706b680091322f4d4d77 (patch)
treefb3564324036b02d292a290eee6320c23ed02273 /crumbs/templates/base.html
parentf9a1509375bb1e05365c0a913efd8babab3ef362 (diff)
Deleting old CSS. Cleaning up project. OMG so many changes
Diffstat (limited to 'crumbs/templates/base.html')
-rwxr-xr-xcrumbs/templates/base.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/crumbs/templates/base.html b/crumbs/templates/base.html
index e28af28..dd8226d 100755
--- a/crumbs/templates/base.html
+++ b/crumbs/templates/base.html
@@ -4,10 +4,19 @@
{% block head %}
{% endblock head %}
+ {% block body %}
<body>
<div class="container">
{% block wrapped %}
{% endblock %}
+
+ {# This can be used for a footer #}
+ <div>
+ {% block footer %}
+ {% endblock %}
+ </div>
+
</div>
</body>
+ {% endblock %}
</html>