{% block head %}{% endblock %}
{% include theme('logo.html') %}
{{ explorer_instance_title }}
Products
{% for product in datacube_products %}
{{ product.name }}
{% endfor %}
Types
{% for md_type in datacube_metadata_types %}
{{ md_type.name }}
{% endfor %}
Explore
Recently Added
Storage
Metadata Issues
Dataset Counts
About Explorer
home
{% if breadcrumb %} {% for url, title, valid_link in breadcrumb %} {% if valid_link %} >>
{{title}}
{% else %} >>
{{title}}
{% endif %} {% endfor %} {% endif %}
{% block header %}{% endblock %}
{% block content %}{% endblock %}
{% if sentry_public_dsn %} {% endif %} {% include 'include-global.env.html' ignore missing %} {% block body_footer %}{% endblock %}