templates/pages/RGPD/rgpd.html.twig line 1

Open in your IDE?
  1. {% for index, section in gdpr_seopage %}
  2.     {% include 'layouts/section.html.twig' with {'section': section , 'index': index } %}
  3.     {% include 'layouts/block/carousel_xl.html.twig' with {'section': section , 'index': index } %}
  4. {% endfor %}