{% block stylesheets %} {{ encore_entry_link_tags('main') }} {% endblock %} {% include '_header.html.twig' %} {% block body %}{% endblock %} {% include '_footer.html.twig' %} {#
#} {# {% for type, messages in app.flashes(['error', 'warning']) %}#} {# {% if messages %}#} {#
#} {# {% for message in messages %}#} {#

{{ message }}

#} {# {% endfor %}#} {#
#} {# {% endif %}#} {# {% endfor %}#} {#
#} {% block javascripts %} {{ encore_entry_script_tags('main') }} {% endblock %}