diff --git a/src/core/templates/layout.html b/src/core/templates/layout.html index a34ee8f..f62a07e 100644 --- a/src/core/templates/layout.html +++ b/src/core/templates/layout.html @@ -2,6 +2,9 @@ + + + {% if title %} {{title}} {% else %} @@ -93,6 +96,5 @@ {% block body_scripts_additional %} {% endblock body_scripts_additional%} {% endblock %} -