From 6d8916c58d823b13b89477f59bf05373e87f3a98 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Wed, 11 Dec 2019 08:39:27 +0100 Subject: RESTRUCT Upadate homescreen layout --- src/templates/time.template.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/templates/time.template.html (limited to 'src/templates/time.template.html') diff --git a/src/templates/time.template.html b/src/templates/time.template.html new file mode 100644 index 0000000..c8ed97e --- /dev/null +++ b/src/templates/time.template.html @@ -0,0 +1,10 @@ +
+ {{ date.day }} +
+
+ {{ date.hour }} +
+
+ + {{ weather.temperature }} +
\ No newline at end of file -- cgit 1.2.3-korg