{# STYLESHEETS #} {{ encore_entry_link_tags('app') }} {% block stylesheets %}{% endblock %} {# JAVASCRIPTS #} {{ encore_entry_script_tags('app') }} {{ encore_entry_script_tags('filter') }} {{ encore_entry_script_tags('form') }} {% block javascripts %}{% endblock %}
{% include "layouts/loading.html.twig" %} {# Barre du haut (header) fixe #} {% include "layouts/header.html.twig" %} {# Contenu principal : disposition en colonne sur mobile, en ligne sur desktop #}