{% extends "_base.html" %} {% block title %}{{ super() }} stac/{{ data['path'] }} {% endblock %} {% block crumbs %}{{ super() }} / SpatioTemporal Asset Catalog {% for link in get_breadcrumbs(data['path']) %} / {{ link['title'] }} {% endfor %} {% endblock %} {% block body %} Links Name {% for link in data['links'] %} {% if link['type'] == 'text/html' and link['rel'] in ['child', 'item'] %} {{ link['href'] | get_path_basename }} {% endif %} {% endfor %} {% endblock %}