{% extends "admin/base.html" %} {% block main %} {% include "admin/snippets/path.html" %}

Choose document ({{ total }} total)

New {% for row in rows %} {% endfor %}
Key Value
{{ row.key }} {{ row.value }} Edit Delete
New {% endblock %}