{{ sections.testimonials.title }}

{{ sections.testimonials.subtitle }}

{% if sections.testimonials.featured %}
"{{ sections.testimonials.featured.quote }}"
{{ sections.testimonials.featured.name }}, {{ sections.testimonials.featured.title }}
{% endif %}
{% for testimonial in sections.testimonials.items %}
"{{ testimonial.quote }}"
{{ testimonial.name }}
{{ testimonial.title }}
{% endfor %}