{% extends 'common/base.html' %} {% load static %} {% block content %} {% include 'common/hero.html' %} Students Courses Events Trainers Courses Popular Courses {% for p in courses %} Go To Cart BDT{{p.price}} {{p.description}} {{p.teachers.name}} {% endfor %} {% for i in teachers %} {{i.name}} {{i.sub_expart}} {{i.profile_details}} {% endfor %} {% endblock content %}
Students
Courses
Events
Trainers
Popular Courses
BDT{{p.price}}
{{p.description}}
{{i.profile_details}}