Current | {% if weather.current.image %} |
{{ weather.current.type }} | {{ weather.current.temperature|weather_temp }} | {{ weather.current.wind.speed|weather_speed }} |
Today | {% if weather.forecast.0.image %} |
{{ weather.forecast.0.day.type }} | {{ weather.forecast.0.high|weather_temp }} | {{ weather.forecast.0.low|weather_temp }} |
Tomorrow | {% if weather.forecast.1.image %} |
{{ weather.forecast.1.day.type }} | {{ weather.forecast.1.high|weather_temp }} | {{ weather.forecast.1.low|weather_temp }} |
{{ date }}
:
:
Current as of {{ time }}
|
||||
{{ weather.current.type }} |
{{ weather.current.temperature|weather_temp }} |
{{ weather.current.wind.speed|weather_speed }} |
||
Forecast |
||||
Today | {% if weather.forecast.0.image %} |
{{ weather.forecast.0.day.type }} | {{ weather.forecast.0.high|weather_temp }} | {{ weather.forecast.0.low|weather_temp }} |
{{ weather.forecast.1.Day }} | {% if weather.forecast.1.image %} |
{{ weather.forecast.1.day.type }} | {{ weather.forecast.1.high|weather_temp }} | {{ weather.forecast.1.low|weather_temp }} |
{{ weather.forecast.2.Day }} | {% if weather.forecast.2.image %} |
{{ weather.forecast.2.day.type }} | {{ weather.forecast.2.high|weather_temp }} | {{ weather.forecast.2.low|weather_temp }} |
{{ weather.forecast.3.Day }} | {% if weather.forecast.3.image %} |
{{ weather.forecast.3.day.type }} | {{ weather.forecast.3.high|weather_temp }} | {{ weather.forecast.3.low|weather_temp }} |