{% 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 config['datasets'].items() %} {{ v['title'] | striptags | truncate }} {{ v['description'] | striptags | truncate }} {% endfor %} {% endblock %}