{% extends "base.html" %} {% block content %}
{% for row in cursor %} {% endfor %}
ID Name
{{ row[0]}} {{ row[1]}}
{% endblock %}