+{% block titleextra %}{{ collection.title }}{% endblock %}
+
+{% block bodyid %}collection{% endblock %}
+
+{% block body %}
+ <h1>{{ collection.title }}</h1>
+
+ {{ collection.description|safe }}
+
+ {% plain_list collection.get_books by_author=True %}