{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %} {% include 'components/utils/_notification.html.twig' with { name: 'error', text: 'templates.layout.base.notification.error'|trans, type: 'danger' } %} {% block header %}
{{ render(controller('App\\Controller\\Menu\\MenuController::menu', {q: app.request.query.get('q')})) }}
{% endblock %}
{% for label, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %}
{% block body %}{% endblock %} {% if app.request.get('_route') != 'home' %} {% block link %}
{% endblock %} {% endif %}
{% block footer %}