{{ sections.features.title | safe }}

{% if sections.features.subtitle %}

{{ sections.features.subtitle }}

{% endif %}
{% for feature in sections.features.items %}

{{ feature.title }}

{{ feature.subtitle }}

{% if feature.cta %} {{ feature.cta.label }} → {% endif %}
{{ feature.media.alt }}
{% endfor %}