{% extends 'common/base.html' %} {% load static %} {% block content %}
{% for i in about %}

{{i.title}}

{{i.descriptions}}

{% endfor %}

Students

Courses

Events

Trainers

Testimonials

What are they saying

{% for t in about %}

Hamim

Ceo & Founder

{{t.testmonial_text}}

{% endfor %}
{% endblock content %}