Latitude: {{ geoLocation.coords.latitude }}, Longitude: {{ geoLocation.coords.longitude }}, Error: {{ geoLocationError.message }}
{{# if(showEnableGeoLocationMessage) }}

Please Enable Location Services…

{{/ if }} {{# if(showEnterLocation) }}
{{/ if }} {{# if(placesPromise.isPending) }}

Loading places…

{{/ if }} {{# if(showPlacePicker) }}
{{/ if }} {{# if(place) }}

10 day {{ place.name }} Weather Forecast

{{/ if }}