{% for section in page.sections_features %} {% assign section_index = forloop.index %} {% if section_index == 1 or section_index == 3 or section_index == 5 %} {% assign custom_class = 'custom-class-odd' %} {% elsif section_index == 2 or section_index == 4 %} {% assign custom_class = 'custom-class-even' %} {% endif %}
{% if section.layout == 'left' %}
{{section.t_headline}}

{{section.t_headline}}

{{section.t_subheadline}}

{{section.t_btn}}
{% elsif section.layout == 'right' %}

{{section.t_headline}}

{{section.t_subheadline}}

{{section.t_btn}}
{{section.t_headline}}
{% endif %}
{% endfor %}