[TASK] update layout
This commit is contained in:
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user