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