{% extends "base.html" %} {% block contents %}

Browse Schemas

{% for schema in schemas %}
{{ schema.name }}
{{ schema.description | first_paragraph | safe }}
{% endfor %} {% endblock %}