{% block stylesheets %}
{% endblock %} {% if app.user and is_granted('IS_AUTHENTICATED_FULLY') %}
{{ include('squelette/header.html.twig') }} {{ include('squelette/menu.html.twig') }}
{% block body %} {% endblock %}
{{ include('squelette/footer.html.twig') }} {% block javascripts %} {% endblock %} {% endif %}