Customers Information
CustomerID
Name
Email
Address
{% for row in rows %}
{{row["customerid"]}}
{{row["name"]}}
{{row["email"]}}
{{row["address"]}}
{% endfor %}
Go back to home page