CRUD App

{% for row in data %} {% endfor %}
ID Name Price Actions
{{ row[0] }} {{ row[1] }} {{ row[2] }}

Create a new product