Skip to content
Snippets Groups Projects
card--banner.twig 171 B
{% for image in banners.images %}
  {% include '@components/card/card.twig' with {
    'banner': image,
    'show_header': 'no',
    'type': 'banner',
  } %}
{% endfor %}