diff --git a/templates/footer.html b/templates/footer.html index 592331a5..4b05bba0 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -34,4 +34,5 @@

{%- endif %} {{ super() }} + {% endblock %} diff --git a/templates/layout.html b/templates/layout.html new file mode 100644 index 00000000..d2da4e57 --- /dev/null +++ b/templates/layout.html @@ -0,0 +1,5 @@ +{% extends '!layout.html' %} +{% block extrahead %} +{{ super() }} + +{% endblock %} \ No newline at end of file