{% extends "base.html" %} {% block title %}Database{% endblock %} {% block content %}

Sample database

{% for row in rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{ cell }}
{% endblock %}