{% if template_data.testimonials | no_none_filter %}

{% with testimonial = template_data.testimonials[0] %}
{{testimonial.text}}
– {{testimonial.person}} {% if testimonial.affiliation %}, {{testimonial.affiliation}}{% endif %}
{% endwith %}
{% endif %}