{% for item in include.links %} {% if include.position == 'bottom' %}

{{item.heading}}

{{item.button_text}}
{% elsif include.position == 'center' %}

{{item.heading}}

{{item.paragraph_html}}
{{item.button_text}}
{% endif %} {% endfor %}