{% 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/layout/header.html.twig' %} {% endblock %}
{% block body %}{% endblock %}
{% block footer %} {% include 'frontend/layout/footer.html.twig' %} {% endblock %} {{ encore_entry_script_tags('app-frontend') }} {% block javascripts %}{% endblock %} {% include '@LcSov/cookie/cookie.html.twig' %}