[TASK] update layout

This commit is contained in:
TLRZ Seyfferth
2020-05-06 19:27:33 +02:00
parent d3814c7251
commit 28960c96d3
3 changed files with 15 additions and 21 deletions
@@ -42,12 +42,11 @@
{% include "templates/layout/navigationBar.twig" %}
<main class="{% if not config.theme_config.widescreen %} container{% endif %}">
<div class="row">
{% block content %}
<div class="col s12">
{% block content %}
{{ content }}
{% endblock %}
</div>
{% endblock %}
</div>
</main>
{% include "templates/layout/footer.twig" %}