CRUD App
ID
Name
Price
Actions
{% for row in data %}
{{ row[0] }}
{{ row[1] }}
{{ row[2] }}
{% endfor %}
Create a new product