{# testimonial override — earthen: paper ground, soft botanical cards, organic avatar. Field reads, layout control flow, the five rating-star conditionals and the {% img %} avatar call preserved verbatim from the builtin; only classes/style/fonts reskinned. #}
{% if heading %}

{{ heading }}

{% endif %}
{% for q in quotes %}
{% if q.rating %}
{% endif %}
{% if q.quote %}“{{ q.quote }}”{% endif %}
{% if q.avatar %}{% img q.avatar alt=q.name class="h-full w-full object-cover" %}{% endif %} {% if q.name %}{{ q.name }}{% endif %} {% if q.role %}{{ q.role }}{% endif %}
{% endfor %}