templates/page/mentions_legales.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Mentions Légales
  3. {% endblock %}
  4. {% block body %}
  5.     <section class="s-register">
  6.         <h2 class="s-showcase__title"><strong>Mentions Légales</strong></h2>
  7.         <div class="s-register__wrap" style="max-width: 70%;">
  8.             {{ mentionsLegales.contenu|raw }}
  9.         </div>
  10.     </section>
  11. {% endblock %}