{{ content|raw }}
{% for feature in page.header.features %}
{% if feature.url %}{% endif %}
{% if feature.icon %}{% endif %} {% if feature.header %}
{{ feature.header }}
{% endif %}
{% if feature.text %}

{{ feature.text }}

{% endif %}
{% if feature.url %}
{% endif %}
{% endfor %}