{% extends "postings/collections/collection.html" %}
{# Represents a list of university entities. #}
{% block entity %}
<b>{{ entity.name }}</b>
{% endblock %}