{% set teaserStyling = ' teaser--' ~ (teaserBoxes|length > 2 ? 'top' : 'left') %}{% set columnsModifier = ' teaser-boxes__item-' ~ teaserBoxes|length %}{% if teaserImageOrientation is defined and teaserImageOrientation is not empty %}{% set teaserStyling = ' teaser--' ~ teaserImageOrientation %}{% endif %}{% if background is defined and background is not empty %}{% set teaserBackground = ' teaser--' ~ background %}{% endif %}{% if columnCount is defined and columnCount > 0 %}{% set columnsModifier = ' teaser-boxes__item-' ~ columnCount %}{% endif %}<div class="teaser-boxes">{% for teaser in teaserBoxes %}{# molecules/teaser #}{{ render_storyblok(teaser, {'class': 'teaser-boxes__item' ~ columnsModifier ~ teaserStyling ~ teaserBackground|default}) }}{% endfor %}</div>