diff --git a/files/templates/root.html b/files/templates/root.html index c933974df3..3f054052a4 100644 --- a/files/templates/root.html +++ b/files/templates/root.html @@ -24,6 +24,7 @@ + {% block body required %}{% endblock %} {{html_head.stylesheets_lower()}} diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 2fb6de1739..ee6bd31f02 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -9,7 +9,6 @@ {% macro javascript() %} - {% endmacro %} {% macro page_meta(title=none) %}