{% extends 'courses/base.html' %} {% block content %}

Course list view page

{% for object in object_list %} {{object}} {% endfor %}
{% endblock %}