{% for item in include.blocks %} {% assign md_order = item.order_md | default: forloop.index %}
{% if item.position == 'top' %}

{{ item.text }}

{{ item.description_html }}
{% endif %} {% if item.button_url and item.button_text != "" %} {{ item.button_text }} {% endif %} {% if item.position == 'bottom' %}

{{ item.text }}

{{ item.description_html }}
{% endif %}
{% endfor %}