{% extends "base.html" %} {% block title %}Bioregistry Metaregistry{% endblock %} {% block container %}
Metaregistry
{% for label, key in formats %} {{ label }} {% endfor %}

The metaregistry contains metadata about registries including their names, descriptions, and their various capabilities such as their ability to act as a resolver.

{% for row in rows %} {% endfor %}
Name Metaprefix Description
{{ row.name }} {{ row.prefix }} {% if row.description %}{{ row.description }}{% endif %}
{% endblock %}