From e3496045ef68b1e83e5570b2608f14b2fcdb49f2 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 21 Jul 2017 19:32:11 +0200 Subject: added web style --- lib/templates/index.html | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lib/templates/index.html (limited to 'lib/templates/index.html') diff --git a/lib/templates/index.html b/lib/templates/index.html new file mode 100644 index 0000000..e7c47b5 --- /dev/null +++ b/lib/templates/index.html @@ -0,0 +1,95 @@ + + + + Stout · check TODO list thank to Redis + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ {% if len_todo == 0 %} +

+
+ nessun todo in lista: goditi una Stout!!!

+ {% endif %} + {% for i in list_todo %} +
+

{{ i.decode('utf-8') }}

+
+ {% endfor %} +
+ + -- cgit v1.2.3-18-g5258