codestyle enhancements in base template

This commit is contained in:
Patrick Jentsch 2024-11-21 11:22:57 +01:00
parent 143cdd91f9
commit 2263a8d27d

View File

@ -8,7 +8,6 @@
{% block html %}
<head {% block head_attributes %}{% endblock head_attributes %}>
{% block head %}
{% block metas %}
{% include '_base/metas.html.j2' %}
{% endblock metas %}
@ -32,7 +31,6 @@
{% block body %}
<header {% block header_attributes %}{% endblock header_attributes %}>
{% block header %}
{% block navbar %}
{% include '_base/navbar.html.j2' %}
{% endblock navbar %}
@ -40,7 +38,6 @@
{% block sidenav %}
{% include '_base/sidenav.html.j2' %}
{% endblock sidenav %}
{% endblock header %}
</header>