Weather Map
{% if current_weather.get('coord') %}
{% set lon = current_weather.coord.lon %}
{% set lat = current_weather.coord.lat %}
View Larger Map {% else %}
{% endif %}
View Larger Map {% else %}
Map data not available for this location