Skip to content

Commit

Permalink
Add missing home template.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 27, 2021
1 parent 1f31218 commit f0b033b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions static/public/templates/home.html
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit f0b033b

Please sign in to comment.