listmonk/static/public/templates/home.html
2021-09-27 21:17:23 +05:30

9 lines
No EOL
177 B
HTML

{{ define "home" }}
{{ template "header" .}}
<section class="center">
<a href="admin" class="button">{{ L.T "users.login" }}</a>
</section>
{{ template "footer" .}}
{{ end }}