diff --git a/templates/base.html b/templates/base.html index 18f47f6..2885aee 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,6 +11,7 @@ {% include "partials/head.html" %}
+{% block body %} {%- if config.extra.nav.links %} {% include "partials/nav.html" %} {%- endif %} @@ -19,5 +20,6 @@ {% block content %}{% endblock %} {% include "partials/footer.html" %} +{% endblock %}