mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-26 03:14:19 +00:00
codestyle enhancements in base template
This commit is contained in:
parent
143cdd91f9
commit
2263a8d27d
@ -8,7 +8,6 @@
|
|||||||
{% block html %}
|
{% block html %}
|
||||||
<head {% block head_attributes %}{% endblock head_attributes %}>
|
<head {% block head_attributes %}{% endblock head_attributes %}>
|
||||||
{% block head %}
|
{% block head %}
|
||||||
|
|
||||||
{% block metas %}
|
{% block metas %}
|
||||||
{% include '_base/metas.html.j2' %}
|
{% include '_base/metas.html.j2' %}
|
||||||
{% endblock metas %}
|
{% endblock metas %}
|
||||||
@ -32,7 +31,6 @@
|
|||||||
{% block body %}
|
{% block body %}
|
||||||
<header {% block header_attributes %}{% endblock header_attributes %}>
|
<header {% block header_attributes %}{% endblock header_attributes %}>
|
||||||
{% block header %}
|
{% block header %}
|
||||||
|
|
||||||
{% block navbar %}
|
{% block navbar %}
|
||||||
{% include '_base/navbar.html.j2' %}
|
{% include '_base/navbar.html.j2' %}
|
||||||
{% endblock navbar %}
|
{% endblock navbar %}
|
||||||
@ -40,7 +38,6 @@
|
|||||||
{% block sidenav %}
|
{% block sidenav %}
|
||||||
{% include '_base/sidenav.html.j2' %}
|
{% include '_base/sidenav.html.j2' %}
|
||||||
{% endblock sidenav %}
|
{% endblock sidenav %}
|
||||||
|
|
||||||
{% endblock header %}
|
{% endblock header %}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user