{{include.heading}}

{% if include.text_html != blank %}
{{include.text_html}}
{% endif %}
{% for item in include.testimonials %}
{% if item.review_heading %}

{{item.review_heading}}

{% endif %}
{{item.body_text_html}}

{{item.reviewer}}{% if item.job_title %},{% endif %}

{% if item.job_title %}

{{item.job_title}}

{% endif %}
{% endfor %}