From 9576a5d33e6e327c807208f114981b079fb27a1b Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sat, 7 Apr 2018 17:22:46 +0100 Subject: [PATCH] Remove old file --- templates/hello.html | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 templates/hello.html 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 %}