Oliver Davies
3eeb346910
* Added James Chapman's title * Only show the role and company if they have been entered. * Filter spaces
3.5 KiB
3.5 KiB
layout | title | testimonials | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
default | Testimonials |
|
Testimonials
{% for testimonial in page.testimonials|reverse|slice(0,5) %}
{{ testimonial.name }}
{% if testimonial.role or testimonial.company %}
{{ testimonial.role }} at {{ testimonial.company }}
{% endif %}{{ testimonial.text|raw }} {% endfor %}