{% for item in include.columns %} {% if item._type =='image' %} {% elsif item._type =='text' %}
{{item.text_html}}
{% endif %} {% endfor %}