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

{{ table_name }}

{% for colname in table_dict.keys() %} {% endfor %} {% include "table-rows.html" %}
{{ colname | e }}
{# {{ m.table(table_dict=table_dict, nrows=nrows) }} #}
{% endblock content %}