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

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

{% endblock %}