{% include 'hackathon/base.html' %}

{{ title }}


{% if geocode_result %}

Latitude: {{geocode_result.lat}}

Longitude: {{geocode_result.lng}}

{{list_id}}

{% for list in media %} {% for user in list %} {% endfor %} {% endfor %}
{% endif %}