{# Run `composer require symfony/webpack-encore-bundle` and uncomment the following Encore helpers to start using Symfony UX #} {% block stylesheets %} {#{{ encore_entry_link_tags('app') }}#} {% endblock %} {% block javascripts %} {#{{ encore_entry_script_tags('app') }}#} {% endblock %} {% include('navbar.html.twig') %}
{% block body %}{% endblock %} {# read and display just one flash message type #} {% for message in app.flashes('notice') %}
{{ message }}
{% endfor %} {# read and display just one flash message type #} {% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {# read and display just one flash message type #} {% for message in app.flashes('warning') %}
{{ message }}
{% endfor %}