{% 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' %}

{{item.photo_credit}}

{% endif %} {% endfor %}