{% assign has_bordered_text = false %} {% for item in include.column_type %} {% if item._type == 'text' and item.add_border %} {% assign has_bordered_text = true %} {% break %} {% endif %} {% endfor %}
{% for item in include.column_type %} {% if item._type == 'text' %}

{{item.top_left_text.heading}}

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

{{item.bottom_right_text.heading}}

{{item.bottom_right_text.paragraph_html}} {% if item.bottom_right_text.button_text and item.bottom_right_text.button_url %} {{item.bottom_right_text.button_text}} {% endif %}
{% elsif item._type == 'map' %}
{{item.mobile_map_embed}}
{% elsif item._type == 'image' %}
{{item.image_alt_text}}
{% endif %} {% endfor %}