diff --git a/templates/hello.html b/templates/hello.html deleted file mode 100644 index 90c13fe..0000000 --- a/templates/hello.html +++ /dev/null @@ -1,7 +0,0 @@ - -Hello from Flask -{% if name %} -

Hello {{ name }}!

-{% else %} -

Hello, World!

-{% endif %}