{% include 'hackathon/base.html' %}
Meetup Profile
Name
State
City
Country
Status
{% for key in data %}
{{ key.name }}
{{ key.state }}
{{ key.city }}
{{ key.country }}
{{ key.status }}
{% endfor %}