{% block meta %}{% endblock %} {{ encore_entry_link_tags('app-frontend') }} {% block stylesheets %}{% endblock %} {% set current_path = app.request.get('_route') %} {% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% block header %} {% include 'frontend/header.html.twig' %} {% endblock %}
{% block body %}{% endblock %}
{% block footer %} {% include 'frontend/footer.html.twig' %} {% endblock %} {{ encore_entry_script_tags('app-frontend') }} {% block javascripts %}{% endblock %} {% if chcookieconsent_isCookieConsentSavedByUser() == false %} {{ render_esi(path('ch_cookie_consent.show')) }} {% endif %} {% if chcookieconsent_isCategoryAllowedByUser('piwik') == true %} {% endif %}