templates/vitrine/components/elements/collections.html.twig line 1

Open in your IDE?
  1. {% if block.typeBlock == "custom" %}
  2. {% include "/vitrine/components/elements/collections/custom.html.twig" with {'block':block} %}
  3. {% elseif block.typeBlock == "html" %}
  4. {% include "/vitrine/components/elements/collections/custom.html.twig" with {'block':block} %}
  5. {% elseif block.typeBlock == "articles" %}
  6. {% include "/vitrine/components/elements/collections/articles.html.twig" with {'block':block} %}
  7. {% endif %}