{% if include.block_style.border %}
{% if include.subtitle %}

{{include.subtitle}}

{% endif %}
{{include.large_heading_html}}
{{ include.text_html }}
{% elsif include.block_style.background %}
{% if include.subtitle %}

{{include.subtitle}}

{% endif %}
{{include.large_heading_html}}
{{ include.text_html }}
{% endif %}