{% 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 }}
{% for feature in page.header.features %}
{% if feature.header %}
{{ feature.header }}
{% endif %}
{% if feature.text %}

{{ feature.text }}

{% endif %}
{% endfor %}