{% ckan_extends %} {# This is the header_site_navigation_tabs block copy-pasted from core, butwith the Organizations link removed #} {% block header_site_navigation_tabs %} {{ h.build_nav_main(('home.index', _('Home')),('dataset.search', _('Datasets')),('search.view', _('Search')),('contact.form', _('Contact')),('home.about', _('About'))) }} {% endblock %} {# We do not want a search #}{% block header_site_search %}{% endblock %} {% set status_indicator = h.get_status_indicator() %} {% macro status_icon() %} {% if h.route_exists('status.index') %}
{{ _('System status') }} {% if status_indicator %} {{ _('Status alert') }} {% endif %}
{% endif %} {% endmacro %} {% block header_wrapper %}
{# Accessibility fix - links need to have text #} {% block header_account_container_content %} {% if g.userobj %} {% else %} {% endif %} {# headway script #} {% endblock %}
{% block header_logo %} {% if g.site_logo %} {% endif %} {% endblock %}

{{ g.site_title }}

Explore and download the Museum’s research and collections data.
{% endblock %}