{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %} {% if app.user %} {% include "partials/_nav.html.twig" %} {% include "partials/_asside.html.twig" %} {% endif %}
{% block body %}{% endblock %}
{# NOTIFICATIONS #} {% for notification in app.flashes('notify') %} {% endfor %}