{% include "header.html" %}

{{ template.title }} - Collections

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