{{ sections.testimonials.title }}

{{ sections.testimonials.subtitle }}

{% if sections.testimonials.featured %}
{% if sections.testimonials.featured.avatar %} {{ sections.testimonials.featured.name }} {% endif %}
"{{ sections.testimonials.featured.quote }}"
{{ sections.testimonials.featured.name }}
{{ sections.testimonials.featured.title }}
{% if sections.testimonials.featured.rating %}
{% for i in range(5) %} {% endfor %}
{% endif %}
{% endif %}
{% for testimonial in sections.testimonials.items %}
{% if testimonial.avatar %} {{ testimonial.name }} {% endif %}
{{ testimonial.name }}
{{ testimonial.title }}
"{{ testimonial.quote }}"
{% if testimonial.rating %}
{% for i in range(testimonial.rating) %} {% endfor %}
{% endif %}
{% endfor %}