{% extends 'base.html' %} {% block title %}Pricing{% endblock title %} {% block head %} {% endblock head %} {% block body %}

Subscripe to Premium Courses

ENJOY PREMIUM CONTENT AT AFFORDABLE PRICE

{% for course in course reversed %}
Course Thumbnail
{{ course.title }}
  • {{ course.course_length }}
  • ₹ {{ course.course_price }} /-
{% endfor %}
{% endblock body %}