diff --git a/frontend/templates/frontend/base.html b/frontend/templates/frontend/base.html index f220ad6..76500d8 100644 --- a/frontend/templates/frontend/base.html +++ b/frontend/templates/frontend/base.html @@ -6,22 +6,32 @@ {% block title %}{% endblock %} - - - - - - + + + + + + {% block extra_css %}{% endblock %} - + {% block js_top %}{% endblock %} -
- {% include "frontend/partials/header.html" %} -
+
{% include "frontend/partials/header.html" %}
{% block content %} {% endblock %} - {% block js_bottom %}{% endblock %}