From 3213b755c0adde350c2a47c8b1dd39e31a0b0366 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Tue, 25 Jul 2017 23:42:05 +0200 Subject: [PATCH] move template --- flaskapp/templates/index.html | 57 +++++++++++++++++++++++++++++++++++ templates/index.html | 22 -------------- 2 files changed, 57 insertions(+), 22 deletions(-) create mode 100644 flaskapp/templates/index.html delete mode 100644 templates/index.html diff --git a/flaskapp/templates/index.html b/flaskapp/templates/index.html new file mode 100644 index 0000000..d1bf89a --- /dev/null +++ b/flaskapp/templates/index.html @@ -0,0 +1,57 @@ + + + {{title}} + + + + + +
+
+
+

{{title}}

+{% if vers == 1 %} +
    + {% for k in keys %} +
  • + + {{k}} + +
  • + {% endfor %} +
+{% endif %} +{% if vers == 2 %} + + +{% endif %} + +
{{out.decode('utf-8')}}
+
+
+
+ diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 7270d36..0000000 --- a/templates/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - {{title}} - - - - - - -

{{title}}

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