{% include "header.html" %} {% set show_prev_link = false %} {% set show_next_link = false %} {% if 'items?' in url %} {% set urlq = url + '&' %} {% else %} {% set urlq = url + '?' %} {% endif %}

Collections

Number of matching collections: {{ response.numberMatched }}
Number of returned collections: {{ response.numberReturned }}
Page: of

{% for link in response.links %} {% if link.rel == 'prev' %}
prev
{% endif %} {% endfor %}
{% for link in response.links %} {% if link.rel == 'next' %}
next
{% endif %} {% endfor %}
{% 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" %}