@@ -0,0 +1,9 @@
+{{ define "home" }}
+{{ template "header" .}}
+
+<section class="center">
+ <a href="admin" class="button">{{ L.T "users.login" }}</a>
+</section>
+{{ template "footer" .}}
+{{ end }}