{% extends "_base.html" %} {% block title %}{{ super() }} {% trans %}SpatioTemporal Asset Catalog{% endtrans %} {% endblock %} {% block crumbs %}{{ super() }} / {% trans %}SpatioTemporal Asset Catalog{% endtrans %} {% endblock %} {% block body %} {% trans %}STAC Version{% endtrans %}: {{ data['stac_version'] }} Collections {% trans %}Name{% endtrans %} {% trans %}Description{% endtrans %} {% for link in data['links'] %} {% if link['rel'] == 'child' and link['type'] == 'application/json' %} {{ link['title'] | striptags | truncate }} {{ link['description'] | striptags | truncate }} {% endif %} {% endfor %} {% endblock %}