{% for item in include.columns %} {% if item._type == 'text' %}
{{ item.subtitle }}

{{ item.title_html }}

{{ item.description_html }}
{% if item.button_url and item.button_text %} {% endif %}
{% elsif item._type == 'image' %}
{% if item.flush %} {{item.alt}} {% else %}
{% endif %}
{% elsif item._type == 'video' %} {% if item.flush %}
{% else %}
{% endif %} {% endif %} {% endfor %}