This commit is contained in:
Kevin Frantz
2018-09-06 09:44:29 +02:00
parent f86b9a0f75
commit 36b9020c01
11 changed files with 301 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
{% extends "base.html.twig" %}
{% block body %}
{% include 'frames/structure/navbar.html.twig' with menu_items %}
{% include 'topbar.html.twig' %}
<br />
<div class="container">
{% block content %}
{% endblock %}
</div>
{% endblock %}
{% endblock %}