{{ sections.features.title }}

{% if sections.features.subtitle %}

{{ sections.features.subtitle }}

{% endif %}
{% for feature in sections.features.items %}
{% if feature.media.type == 'image' %} {{ feature.media.alt }} {% else %}
{% endif %}

{{ feature.title }}

{{ feature.subtitle }}

{% if feature.cta %} {{ feature.cta.label }} {% endif %}
{% endfor %}