From cfd49318cda6b6516632e7222a9e605d0ffa6058 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Mon, 26 May 2025 20:03:48 -0400 Subject: [PATCH] initial template --- template.liquid | 94 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 template.liquid diff --git a/template.liquid b/template.liquid new file mode 100644 index 0000000..6effdab --- /dev/null +++ b/template.liquid @@ -0,0 +1,94 @@ +
+
+ fetched: {{ fetched_at }} + {% for pollen in pollen %} + pollen index +
+

forecast at {{pollen.forecast_date}}

+
+ + + + {% for period in pollen.periods %} + + {% endfor %} + + + + + {% for period in pollen.periods %} + + {% endfor %} + + +
{{period.period}}
{{period.index}}
+ {% endfor %} + + {% for weather in weather %} + weather forecast +
+

forecast at {{weather.forecast_date}}

+
+ + + + + {% for period in weather.periods %} + + {% endfor %} + + + + + + {% for period in weather.periods %} + + {% endfor %} + + + + {% for period in weather.periods %} + + {% endfor %} + + + + {% for period in weather.periods %} + + {% endfor %} + + + + {% for period in weather.periods %} + + {% endfor %} + + + + {% for period in weather.periods %} + + {% endfor %} + + + + {% for period in weather.periods %} + + {% endfor %} + + + + {% for period in weather.periods %} + + {% endfor %} + + +
{{period.period}}
low{{period.low}} F
high{{period.high}} F
humidity{{period.humidity}}%
pressure{{period.pressure}}
sunrise{{period.sunrise}}
sunset{{period.sunset}}
desc{{period.desc}}
+ {% endfor %} +
+
+ {{ Content for column 2 }} +
+
+ {{ Content for column 3 }} +
+
\ No newline at end of file