{% if page.slideshow_content %}
{{ page.slideshow_content }}
{% endif %} {% if page.help %}
{{ page.help }}
{% endif %}
{% if page.before_content %}
{{ page.before_content }}
{% endif %}
{% include '@disle/page/main-no-sidebar.html.twig' %}
{% if page.after_content %}
{{ page.after_content }}
{% endif %}