<div class="teasers">
</div>
{# --BLUEPRINT DO NOT REMOVE--
/--BLUEPRINT DO NOT REMOVE-- #}
{% if headline is not empty %}
{% include '@atoms/headline/headline.twig' with {
headline: headline.headline,
type: headline.type ?? 'h2',
className: headline.className,
} only %}
{% endif %}
<div class="teasers">
{% for teaser in teasers %}
{% include '@molecules/genericTeaser/generic_teaser.twig' with teaser only %}
{% endfor %}
</div>
{% if show_cta %}
<div class="cta mt-1">
{% include '@atoms/button/button.twig' with cta only %}
</div>
{% endif %}
{% if show_loadmore %}
<div class="generic-teaser-list vue"
data-area="{{ area }}"
data-offset="{{ amount }}"
></div>
{% endif %}
/* No context defined. */
{% include '@molecules/generic_teaser_list/generic_teaser_list.twig' with {
} only %}Fields