{% extends "base.html" %} {% load staticfiles %} {% load i18n %} {% block title %}Testimonials{% endblock %} {% block content %}

Testimonials

Add Your Testimonial
{% include 'mainsite/guarantee_widget.html' %}
{% endblock %} {% block javascript %} {% endblock %}