{% extends 'base.html' %} {% block title %} {{course.title}} {% endblock %} {% block content %} << Return to the main page..

{{course.title}}

{{ course.description }}


<< Return to the main page.. {% endblock %}