{% extends "_base.html" %} {% block title %}{{ super() }} Collections {% endblock %} {% block crumbs %} {{ super() }} / Collections {% endblock %} {% block body %} Collections Name Type Description {% for col in data['collections'] %} {{ col['title'] | striptags | truncate }} {{ col["itemType"] }} {{ col['description'] | striptags | truncate }} items queryables {% endfor %} {% endblock %}