Browse Source

Add missing home template.

Kailash Nadh 3 years ago
parent
commit
f0b033b889
1 changed files with 9 additions and 0 deletions
  1. 9 0
      static/public/templates/home.html

+ 9 - 0
static/public/templates/home.html

@@ -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 }}