X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/f68e9fb3f57a0f6621cf051acbe47674c6c99e69..d52005ab2b813753c3e2206fd4dbc8dcae7e9852:/web/templates/seepark_web.html diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html index 29057be..2fccfd6 100644 --- a/web/templates/seepark_web.html +++ b/web/templates/seepark_web.html @@ -1,17 +1,71 @@ - + +
+ + + + + + + + + + + -
+ {% if airvalue is none %}
+ Luft: N/A
+ {% else %}
+ Luft: {{ airvalue|round(1) }}°C
+ ({{ airtime.strftime('%Y-%m-%d %H:%M') }})
+ {% endif %}
+
+ Wasser: {{ watervalue }}°C
+ ({{ watertime }})
+