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