{% extends 'testimonials/_common.html' %} {% load static %} {% block testimonials %}
{% for item in testimonials.stories %}
{% autoescape off %}

{{ item.name }}

{{ item.job }}

{{ item.desc }}

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