templates/grand_public/commun/mentions_legales.html.twig line 1

Open in your IDE?
  1. {% extends ['grand_public/commun/master_page_' ~ clientEFC ~ '.html.twig', 'grand_public/commun/master_page_.html.twig'] %}
  2. {% block body %}
  3.     <div class="card card-master mt-0">
  4.         <div class="card-body">
  5.             {{ content | raw }}
  6.         </div>
  7.     </div>
  8. {% endblock %}
  9. {% block javascripts %}
  10.     {{ parent() }}
  11. {% endblock %}