{% extends 'testimonials/_common.html' %} {% load static %} {% block testimonials %} Testimonials {{ testimonials.subtitle }} {% for item in testimonials.stories %} {% autoescape off %} {{ item.name }} {{ item.job }} {{ item.desc }} {% endautoescape %} {% endfor %} {% endblock %}
{{ testimonials.subtitle }}
{{ item.desc }}