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')}}
-