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