mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Optimized default template
This commit is contained in:
parent
4fc812ac64
commit
9ae2290835
@ -1,10 +1,14 @@
|
|||||||
{% extends "base.html.twig" %}
|
{% extends "base.html.twig" %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{% include 'frames/structure/navbar/navbar_top.html.twig'%}
|
{% include 'frames/structure/navbar/navbar_top.html.twig'%}
|
||||||
|
{% block sub_navigation %}
|
||||||
|
{% endblock %}
|
||||||
<br />
|
<br />
|
||||||
<div class="container">
|
<main role="main" class="container">
|
||||||
|
{% block container_navigation %}
|
||||||
|
{% endblock %}
|
||||||
{% include 'frames/structure/message/flash_messages.html.twig'%}
|
{% include 'frames/structure/message/flash_messages.html.twig'%}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user