9 lines
203 B
Twig
Raw Normal View History

2018-07-14 18:09:51 +02:00
{% extends "base.html.twig" %}
{% block body %}
2018-07-15 08:31:24 +02:00
{% include 'frames/structure/navbar.html.twig' with menu_items %}
2018-07-15 08:53:15 +02:00
<br />
2018-07-14 18:09:51 +02:00
<div class="container">
{% block content %}
{% endblock %}
</div>
{% endblock %}