{% comment %} Testimonial Component - Displays the client testimonial quote. - Expects `page` context with testimonial_* variables. {% endcomment %} {% if page.testimonial_quote %} "{{ page.testimonial_quote }}" {% if page.testimonial_avatar %} {% endif %} {% if page.testimonial_name %}{{ page.testimonial_name }}{% endif %} {% if page.testimonial_title %}{{ page.testimonial_title }}{% endif %} {% endif %}
"{{ page.testimonial_quote }}"
{{ page.testimonial_name }}
{{ page.testimonial_title }}