{%- for feature in page.features_main -%} {% if feature.v_template %} {% assign template_name = feature.v_template | append: '.html'%} {% include sections/{{template_name}} %} {% else %}
{% if feature.t_headline %}

{{ feature.t_headline }}

{% endif %} {% if feature.column %} {% for columns in feature.column %}
{% if columns.t_headline %}

{{columns.t_headline }}

{% if columns.t_subheadline %}

{{columns.t_subheadline }}

{% endif %} {% if columns.t_description %}

"{{columns.t_description }}”

{% endif %} {% if columns.t_author %}
{{columns.t_author }}
{% endif %} {% if columns.t_profile %}
{{columns.t_profile }}
{% endif %}
{% endif %} {% if columns.i_image %} {% picture width_636 pages/{{ columns.i_image }} class="{{ columns.p_class }}" alt="{{ columns.i_image | remove: '.webp' | remove: '.jpg'| replace: '-',' ' | replace: '_',' ' }}" %} {% endif %}
{% endfor %} {% endif %}
{% if columns.t_button %} {% endif %}
{% endif %} {% endfor %}