diff --git a/templates/base.html b/templates/base.html index 3344410..45f10b2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,21 +16,45 @@ href="{{ get_url(path='/mobile.css') }}" /> - - + + {% block meta %} {% endblock %} + + + + -
- {% include "nav.html" %} -
+
{% include "nav.html" %}
-
- {% block content %} {% endblock %} -
+
{% block content %} {% endblock %}
{% include "footer.html" %}