{% extends "_base.html" %} {% block title %}{{ super() }} Collections {% endblock %} {% block crumbs %} {{ super() }} / Collections {% endblock %} {% block body %}

Collections

{% for col in data['collections'] %} {% endfor %}
Name Type Description
{{ col['title'] | striptags | truncate }} {{ col["itemType"] }} {{ col['description'] | striptags | truncate }} items queryables
{% endblock %}