{% block stylesheets %} {% endblock %} {% block javascripts %} {{ importmap('app') }} {% endblock %}
{% for type, messages in app.flashes %} {% for message in messages %} {% if type == 'error' %} {% set alert = 'danger' %} {% else %} {% set alert = type %} {% endif %} {# Bootstrap alert, see https://getbootstrap.com/docs/3.4/components/#alerts #} {% endfor %} {% endfor %}
{% block body %} {% endblock %}
{% include 'layout/cookieconsent.html.twig'%}