{% if sections.testimonials.badge %} {{ sections.testimonials.badge }} {% endif %}

{{ sections.testimonials.title }}

{{ sections.testimonials.subtitle }}

{% for testimonial in sections.testimonials.items %}
{{ testimonial.quote }}
{% if testimonial.rating %}
{% for i in range(1, 6) %} {% endfor %}
{% endif %}
{% if testimonial.avatar %}
{{ testimonial.name }}
{% endif %}
{{ testimonial.name }}
{% if testimonial.title %}
{{ testimonial.title }}
{% endif %} {% if testimonial.company %}
{{ testimonial.company }}
{% endif %}
{% endfor %}
{% if sections.testimonials.highlight %}
{{ sections.testimonials.highlight.quote }}
{% if sections.testimonials.highlight.avatar %}
{{ sections.testimonials.highlight.name }}
{% endif %}
{{ sections.testimonials.highlight.name }}
{% if sections.testimonials.highlight.title %}
{{ sections.testimonials.highlight.title }}
{% endif %} {% if sections.testimonials.highlight.company %}
{{ sections.testimonials.highlight.company }}
{% endif %}
{% endif %} {% if sections.testimonials.logos %}

{{ sections.testimonials.logos.title }}

{% for logo in sections.testimonials.logos.items %}
{{ logo.alt }}
{% endfor %}
{% endif %}