{{title}}
ID
Name
Email
{% for row in cursor %}
{{ row[0]}}
{{ row[1]}}
{{ row[2]}}
{% endfor %}