{% block stylesheets %}{% endblock %}
{% include 'layout/navbar.html.twig' %} {% include 'layout/sidebar.html.twig' %}
{% block title_1 %}Grand Titre a remplacer{% endblock %}
{#
#} {#
Home
#} {#
Starter Page
#} {#
#}
{% block body %}{% endblock %}
{% include 'layout/sidebar_control.html.twig' %} {# {% include 'layout/footer.html.twig' %} #}
{% block javascripts %}{% endblock %}