{% assign has_bordered_text = false %} {% for item in include.column_option %} {% if item._type == 'text' and item.settings.add_border %} {% assign has_bordered_text = true %} {% endif %} {% endfor %}
{% for item in include.column_option %} {% if item._type == 'images' %}
{{item.top_left_image_alt_text}} {{item.top_right_image_alt_text}} {{item.bottom_left_image_alt_text}} {{item.bottom_right_image_alt_text}}
{% elsif item._type == 'text' %}
{% if item.subtitle %}

{{item.subtitle}}

{% endif %}

{{item.h2_heading}}

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