diff --git a/templates/base.html b/templates/base.html index 0f60f83..6f321e4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,8 +2,11 @@ {% load static %} {% load bootstrap4 %} {% load i18n %} -{% block bootstrap4_extra_head %}{% include 'header.html' %}{% endblock bootstrap4_extra_head %} {% spaceless %}{% block bootstrap4_content %} +{% block bootstrap4_extra_head %} +{% include 'header.html' %} +