{% extends "base.html" %} {% block "content" %}

Course detail

{{ course.name }}

    {% for section in course.section_set.all %}
  • {{ section }}
  • {% endfor %}
{% endblock %}