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

{{item.h2_heading}}

{{item.paragraph_html}} {% if item.button_url and item.button_text %} {{item.button_text}} {% endif %}
{% endif %} {% endfor %}