{% extends "base.html" %} {% block content %}
{% for row in cursor %} {% endfor %}
ID Name Price Quantity Category
{{ row[0]}} {{ row[1]}} {{ row[2]}} {{ row[3]}} {{ row[4]}}
{% endblock %}