{{sections.testimonials.title}}

{{sections.testimonials.subtitle}}

{% for item in sections.testimonials.items %}
{% if item.avatar %} {{ item.author }} {% else %} {{ item.author[0] }}{% if item.author.split(' ').length > 1 %}{{ item.author.split(' ')[1][0] }}{% endif %} {% endif %}

{{item.author}}

{{item.role}}

{{item.quote}}

{% for i in range(0, item.rating) %} {% endfor %} {% for i in range(item.rating, 5) %} {% endfor %}
{% endfor %}