{% extends "master.html" %} {% load viewers %} {% block content %}

{{ collection.title }}

Description: {{ collection.description }}
{% view_inline collection %}
{% if viewers %}
{% for viewer in viewers %} {{ viewer|safe }}
{% endfor %}
{% endif %}
Explore this collection
{% endblock %}