{% for item in include.choose_column %} {% if item._type == 'image' %}
{{item.image_alt_text}}
{% elsif item._type == 'text' %}

{{item.h2_heading}}

{% if item.large_text_intro %} {% endif %} {{item.paragraph_html}}
{% endif %} {% endfor %}