{% extends 'base.html' %} {% block title %} {{course.title}} {% endblock %} {% block content %} << Return to the main page..
Description: {{ class.description|truncatewords:30 }}
{{ class.file }}Created at: {{ class.created_at }} - by: {{ course.teacher }}