{% extends "base.html.j2" %} {% block content %} {% include "aside.html.j2" %} {% for field_name in field_names %} {{ field_name }} {% endfor %} {% for row in rows %} {% for field in row %} {{ field }} {% endfor %} {% endfor %} {% endblock %}