{% if block.typeBlock == "custom" %}{% include "/vitrine/components/elements/collections/custom.html.twig" with {'block':block} %}{% elseif block.typeBlock == "html" %}{% include "/vitrine/components/elements/collections/custom.html.twig" with {'block':block} %}{% elseif block.typeBlock == "articles" %}{% include "/vitrine/components/elements/collections/articles.html.twig" with {'block':block} %}{% endif %}