{% block head %}
{% block styles %} {{ bootstrap.load_css() }} {% endblock %}
{% block title %}{% endblock %}
{% endblock %}
{{ config.METAREGISTRY_TITLE }}
Registry
Metaregistry
{% if manager.collections | length > 0 %}
Collections
{% endif %} {% if config.METAREGISTRY_FIRST_PARTY %}
Contexts
{% endif %}
About
{% if config.METAREGISTRY_FIRST_PARTY %}
Summary
{% else %}
Summary (External)
{% endif %}
Programmatic Usage
JSON and RDF Schemata
{% if config.METAREGISTRY_FIRST_PARTY %}
Deployment and Sustainability
{% endif %}
Related
Contributors
How to Cite and Acknowledge
{% if config.METAREGISTRY_FIRST_PARTY %}
Downloads
{% endif %}
API
{% if config.METAREGISTRY_VERSION %}
Version {{ config.METAREGISTRY_VERSION }}
{% endif %}
{% block main %}
{% block container %}{% endblock %}
{% endblock %} {% block scripts %} {{ bootstrap.load_js() }} {% endblock %}