mirror of
https://github.com/knadh/listmonk.git
synced 2025-03-03 01:34:30 +08:00
9 lines
177 B
HTML
9 lines
177 B
HTML
|
{{ define "home" }}
|
||
|
{{ template "header" .}}
|
||
|
|
||
|
<section class="center">
|
||
|
<a href="admin" class="button">{{ L.T "users.login" }}</a>
|
||
|
</section>
|
||
|
|
||
|
{{ template "footer" .}}
|
||
|
{{ end }}
|