Using on pages
---
...
testimonials:
- { name: ..., role: ..., text: ..., url: ... }
- { name: ..., role: ..., text: ..., url: ... }
- { name: ..., role: ..., text: ..., url: ... }
---
{% for testimonial in page.testimonials %}
{{ testimonial.name }} - {{ testimonial.role }}
{{ testimonial.text }}
{% endfor %}
@opdavies