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

Collections in this service

{% for k, v in config['datasets'].items() %} {% endfor %}
Name Description
{{ v['title'] | striptags | truncate }} {{ v['description'] | striptags | truncate }}
{% endblock %}