{# app styles #} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {# header #} {% include('partials/header.html.twig') %} {# content #}
{% block body %}{% endblock %}
{# prefooter #} {% include('partials/prefooter.html.twig') %} {# footer #} {% include('partials/footer.html.twig') %} {# scripts #} {# app styles #} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %}