{% block metas %} {% endblock %} {% block css %} {% endblock %}
{% include '_navigation.html.twig' %} {% block slideshow %}{% include '_slideshow.html.twig' %}{% endblock %} {% block content %}{% endblock %}
{% if not app.session.get('portalClosed') %} {% include '_portal.html.twig' with {} %} {% endif %} {% block js %} {% endblock %}