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

{{title}}

{% for col in columns %} {% endfor %} {% for row in table %} {% for col in row %} {% endfor %} {% endfor %}
{{col}}
{{col}}
{% endblock %}