{% block stylesheets %} {% endblock %} {# --- FLASH MESSAGE DISPLAY START --- #} {# ONLY render the flash message container if there are messages #} {% if app.flashes is not empty %}
{% for label, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %}
{% endif %} {# --- FLASH MESSAGE DISPLAY END --- #} {% block body %} {% endblock %} {% include 'Plugins/google-analytics.html.twig' %} {% block javascripts %}{% endblock %}