{% set columns = page.header.layout == 'standard' ? 'col-4 col-6-medium col-12-small' : 'col-6 col-12-small' %}

{{ page.title }}

{% if page.header.subtitle %}

{{ page.header.subtitle }}

{% endif %}
{{ content|raw }}
{% for feature in page.header.features %}
{% if feature.image %}{{feature.title}}{% endif %}
{% if feature.title %}

{{feature.title}}

{% endif %} {% if feature.text %}

{{feature.text|raw}}

{% endif %} {% if feature.buttonurl %}

{{feature.buttontext}}

{% endif %}
{% endfor %}