mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
codestyle enhancements in base template
This commit is contained in:
parent
143cdd91f9
commit
2263a8d27d
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user