mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Optimized default template
This commit is contained in:
		@@ -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 %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user