{% for item in include.scroller %}
{% if item.text_box_style == 'full' %}

{{item.heading}}

{{item.text_html}}
{% elsif item.text_box_style == 'vertical-split' %}

{{item.heading}}

{{item.text_html}}
{% elsif item.text_box_style == 'horizontal-split' %}

{{item.heading}}

{{item.text_html}}
{% endif %}
{% endfor %}