Add missing home template.

This commit is contained in:
Kailash Nadh 2021-09-27 21:17:23 +05:30
parent 1f31218639
commit f0b033b889

View file

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