From 569aad37536eba8c51bf8133bff60e7f635a3ee1 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Wed, 20 Feb 2013 21:37:16 -0800 Subject: [PATCH] forgot the login file --- templates/login.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/login.html diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..4cd778a --- /dev/null +++ b/templates/login.html @@ -0,0 +1,17 @@ +{{ define "title" }}Welcome{{ end }} + +{{ define "content" }} +
+
+
+
+ + + + + +
+
+
+
+{{ end }}