Name
Classes
Major
GPA
{% for row in rows %}
{{row["Name"]}}
{{row["Classes"]}}
{{ row["Major"]}}
{{row["GPA"]}}
{% endfor %}
Go back to home page