{% extends "postings/collections/collection.html" %} {# Represents a list of university entities. #} {% block collection_name %}

Courses

{% endblock %} {% block entity %}

{{ entity.name }}

{% endblock %}