diff --git a/templates/planned.html.tera b/templates/planned.html.tera index c7b1034..260b183 100644 --- a/templates/planned.html.tera +++ b/templates/planned.html.tera @@ -98,12 +98,12 @@ title="Prognostizierter maximaler Wasserstand am {{ day.day | date(format="%A", locale="de_AT") }}: {{ day.max_waterlevel }} cm">🌊{{ day.max_waterlevel }} cm {% endif %} + {% if day.weather %} + + Temp: {{ day.weather.max_temp | round }}° • Windböe: {{ day.weather.wind_gust | round }} km/h • Regen: {{ day.weather.rain_mm | round }} mm + + {% endif %} - {% if day.weather %} -