{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %} {% if app.flashes is defined %}
{% for type, flash in app.flashes %} {% for message in flash %} {% endfor %} {% endfor %}
{% endif %} {% include "base/navbar.html.twig" %} {% block body %}{% endblock %} {% include "base/footer.html.twig" %}