templates/FrontCommun/showBlocHTML.html.twig line 1

Open in your IDE?
  1. {% if blocsHtml|length>0 %}
  2.     {% for bloc in blocsHtml %}
  3.         {{ bloc.texte|raw }}
  4.     {% endfor %}
  5. {% endif %}