{{ sections.testimonials.title }}

{{ sections.testimonials.subtitle }}

{% for testimonial in sections.testimonials.items %}
{% for i in range(testimonial.rating | int) %} {% endfor %}

"{{ testimonial.quote }}"

{{ testimonial.name }}

{{ testimonial.name }}

{{ testimonial.title }}

{{ testimonial.category }}
{% endfor %}