$def with (table, rows) $var breadcrumbs = ("tables", "Tables") $var title: $table $for row in rows:
$ row = dict(row) $ rowid = row.pop("rowid") $for col, data in sorted(row.items()):
$#