diff --git a/_templates/layout.html b/_templates/layout.html index b085706fb54..52b26bd4848 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -1,6 +1,22 @@ {% extends "!layout.html" %} +{%- block extrahead %} +{{ super() }} + + + +{% endblock %} + {%- block content %} + + + + {{ super() }} {%- endblock %} + {% block footer %} {{ super() }}