listmonk/static/public/templates/home.html

9 lines
177 B
HTML
Raw Normal View History

2021-09-27 23:47:23 +08:00
{{ define "home" }}
{{ template "header" .}}
<section class="center">
<a href="admin" class="button">{{ L.T "users.login" }}</a>
</section>
{{ template "footer" .}}
{{ end }}