{% include "header.html" %}

Collections

{% for collection in response.collections %} {% endfor %}
Title Type Description
{{ collection.title or collection.id }} {{ collection.itemType }} {{ collection.description or collection.title or collection.id }}
{% include "footer.html" %}