diff --git a/templates/base.html b/templates/base.html index dc5aafb..9710054 100644 --- a/templates/base.html +++ b/templates/base.html @@ -75,11 +75,9 @@ {# Actual content #} -
-
- {% block content %}{% endblock content %} -
-
+
+ {% block content %}{% endblock content %} +
{# Footer #} {% include "components/footer.html" %}