{% for item in include.box %}
{% if item.subtitle %}

{{item.subtitle}}

{% endif %}
{{item.large_heading_html}}
{% if item.text_html %} {{ item.text_html }} {% endif %} {% if item.color_background == 'dark' %} {% if item.button_text and item.button_url %} {{item.button_text}} White arrow pointing right {% endif %} {% else %} {% if item.button_text and item.button_url %} {{item.button_text}} Black arrow pointing right {% endif %} {% endif %}
{% endfor %}