{% extends 'base.html'%} {% block title %}{{ course.title }}{% endblock %} {% block content %}

{{ course.title }}

{{ course.category }}

Price: {{ course.price }}

Students Quantity: {{ course.students_qty}}

{% endblock %}