{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %}
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %}
{% block body %} {% endblock %}
{{ include('_partials/footer.html.twig') }} {% block javascripts %} {% endblock %}