{% block stylesheets %}{% endblock %}
{% include 'layout/navbar.html.twig' %} {% include 'layout/sidebar.html.twig' %}

{% block title_1 %}Grand Titre a remplacer{% endblock %}

{# #}
{% block body %}{% endblock %}
{% include 'layout/sidebar_control.html.twig' %} {# {% include 'layout/footer.html.twig' %} #}
{% block javascripts %}{% endblock %}