From 6f0d4028cb9944e6c28e7659528847aee551f2bb Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Fri, 3 Jun 2022 20:33:13 -0400 Subject: templates/weather.tmpl: add bidaily forecast --- templates/weather.tmpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'templates') diff --git a/templates/weather.tmpl b/templates/weather.tmpl index 60257fa..d23bc99 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -61,6 +61,27 @@ {{ end }} + + {{ if .BiDailyTimeline }} +
+
+ {{ range .BiDailyTimeline.Periods }} +
+
+ {{ .Name }} +
+
+ {{.Temperature}}{{.TemperatureUnit}} +
+
+ {{ .Forecast }} +
+
+ {{ end }} +
+
+ {{ end }} +