mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-31 18:50:28 +08:00
Add missing home template.
This commit is contained in:
parent
1f31218639
commit
f0b033b889
1 changed files with 9 additions and 0 deletions
9
static/public/templates/home.html
Normal file
9
static/public/templates/home.html
Normal 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 }}
|
Loading…
Reference in a new issue