{% assign block_width = 3 %} {% if include.object.item_width %} {% assign block_width = include.object.item_width %} {% endif %} {% for block in include.object.block_section_content.blocks %} {% if block.modal_content %} {% endif %}
{% if block.image %} {% assign block_image = block.image %} {% capture block_image_alt %}{{block.title}} image {% endcapture %} {% picture card_block_image {{block_image}} --alt {{block_image_alt}} %} {% endif %}
{% if block.title %}
{{block.title}}
{% endif %} {% if block.sub_title %}
{{block.sub_title}}
{% endif %} {% if block.description %}

{{block.description | markdownify }}

{% endif %} {% if block.modal_content %} {% else %} {% if block.buttons %} {% for button in block.buttons %} {% include flow/button.html object=button %} {% endfor %} {% endif %} {% endif %}
{% if block.footer_text %} {% endif %}
{% endfor %}