{% set grid_size = theme_var('grid-size') %} {% set columns = page.header.class == 'small' ? 'col-3 col-md-4 col-sm-6' : 'col-4 col-md-6 col-sm-12' %}
{{ content|raw }}
{% for features in page.header.features %}
{% if features.url %}{% endif %}
{% if features.header %}
{{ features.header }}
{% endif %}
{% if features.url %}
{% endif %}
{% if features.text %}

{{ features.text }}

{% endif %}
{% endfor %}