{# legalNotices/index.html.twig #} {% extends 'base.html.twig' %} {% block page %} {% if not show_menu %}

{% endif %}

Mentions légales

{{ config('legalNotices') | markdown_to_html }}
{% if not show_menu %}

Retour

{% endif %} {% endblock %}