From fa9ec15a713c7a56b05a861fa833958e0e46da18 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sun, 26 Sep 2010 17:20:28 +1000 Subject: [PATCH] Add current weather mustache template --- templates/current_weather.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/current_weather.html diff --git a/templates/current_weather.html b/templates/current_weather.html new file mode 100644 index 0000000..bd8ff46 --- /dev/null +++ b/templates/current_weather.html @@ -0,0 +1,16 @@ +
+
+ {{forecast}} +
Forecast
+
+ +
+
{{temperature}}°C
+
+ Minimum {{min_temp}}°C at + + Maximum {{max_temp}}°C at + +
+
+
\ No newline at end of file