{% load static %} {% block testimonials %}

Testimonials

{{ testimonials.subtitle }}

{% for item in testimonials.stories %}
{% autoescape off %}

{{ item.name }}

{{ item.job }}

{{ item.desc }}

{% endautoescape %}
{% endfor %}
{% endblock %}