{% extends "explorer/base.html" %} {% block content %} {% for m in schema %}

{{ m.1 }}

{{ m.0 }}
{% for c in m.2 %} {% endfor %}
Column Type
{{ c.0 }} {{ c.1 }}
{% endfor %} {% endblock %}