{{ page.index_tab_content.t_headline }}

{% for item in page.index_tab_content.tab_content_items %}
{% if item.i_main_image %} {% assign image_alt = item.i_main_image | remove: '.webp' | replace: '-',' ' | replace: '_',' ' %} {% picture width_1260 pages/{{ item.i_main_image }} alt="{{ image_alt }}" class="onboarding-hero_image" %} {% endif %}
{% endfor %}