templates/front/Produit/hebergements.html.twig line 1

Open in your IDE?
  1. <h2 class="produit-section ">
  2.     {{ 'produit.hebergement.titre' |trans({}, 'app') |raw }}
  3. </h2>
  4. {% for typo in typos %}
  5.     {% include "/front/Produit/hebergement_item.html.twig" with {"typologie": typo} %}
  6. {% endfor %}