{% extends "base.html" %} {% import "macros.html" as utils %} {% block title %}{{ config.METAREGISTRY_TITLE }} - Contexts{% endblock %} {% block container %}
Contexts

{{ schema.description }}

The proposal of new contexts and maintenance of existing contexts is governed by these rules and instructions.

{% for identifier, row in rows %} {% endfor %}
Name Description
{{ row.name }} {{ markdown(row.description) | safe }}
{% endblock %}