{% block stylesheets %}
{% endblock %}
{% include "shared/menu.html.twig" %} {% for type, messages in app.session.flashbag.all %}
{% for message in messages %} {{ message }} {% endfor %}
×
{% endfor %} {% if app.request.attributes.get('_route') == "app_home" %}
{{ render(controller('App\\Controller\\SearchController::new', {'include': 'main'})) }} {% include "shared/menu_deroulant.html.twig" %}
{% endif %}
{% block body %}{% endblock %}
{% block javascripts %} {% endblock %} {% include "shared/footer.html.twig" %}