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