{% extends 'testimonials/_common.html' %} {% load static %} {% block testimonials %} {% load static %}

Testimonials

{{ testimonials.subtitle }}

{% for item in testimonials.stories %}

{{ item.name }}

{{ item.job }}

{{ item.desc }}

{% endfor %}
{% endblock %}