{namespace helper=Alexweb\AwWeather\ViewHelpers}
City : {response.name}
Country : {response.sys.country}
Temperature {response.main.temp}
Weather : {response.weather.description}
 
City : {response.city.name}
Country : {response.city.country}
Temperature {item.main.temp}
Weather : {item.weather.description}
 
City : {response.city.name}
Country : {response.city.country}

{item.day}

{item.date} {item.month}

 

Low temp {item.temp.day} High temp {item.temp.night}

Weather : {item.weather.description}