{% extends "layouts/base.html" %} {% block content %}

{{ node.title }}

{% if collection_error %}

{{ collection_error }}

{% end %} {% if collection_sections %} {% for section in collection_sections %}

{{ section.node.title }}

{{ section.body_html | safe(reason="trusted HTML from the catalog renderer") }}
{% endfor %} {% else %}

This collection has no available pages.

{% end %}
{% end %}