templates/blocks/thematiques-page.html.twig line 1

Open in your IDE?
  1. <div class="articles-container mt-40px mb-40px mlr-1em">
  2.     <div class="preview-articles dflex fwwrap jcsa">
  3.         {% for i, thematique in block.thematiques %}
  4.             {% include "blocks/previews/preview-thematique-logic.html.twig" with {category: thematique} %}
  5.         {% endfor %}
  6.     </div>
  7. </div>