diff --git a/templates/login.html b/templates/login.html
new file mode 100644
index 0000000..848cc76
--- /dev/null
+++ b/templates/login.html
@@ -0,0 +1,31 @@
+{{define "login"}} {{template "layout-page-start" (args "Title" "Login")}}
+
+
+
+
+
+{{template "layout-page-end"}} {{end}}