{% extends "base.html" %} {% block title %}{{ super() }} Collections {% endblock %} {% block crumbs %}{{ super() }} / Collections {% endblock %} {% block body %} Collections in this service Name Description {% for k, v in filter_dict_by_key_value(config['resources'], 'type', 'collection').items() %} {{ v['title'] | striptags | truncate }} {{ v['description'] | striptags | truncate }} {% endfor %} {% endblock %}