Name
Age
Money
Password
{% for row in rows %}
{{row["Name"]}}
{{row["Age"]}}
{{ row["Money"]}}
{{row["Password"]}}
{% endfor %}
Go back to home page