numerus/web/template/home.gohtml

9 lines
246 B
Plaintext
Raw Normal View History

{{ define "title" -}}
{{( pgettext "Home" "title" )}}
{{- end }}
{{ define "content" -}}
<h1><img src="/static/numerus.svg" alt="Numerus" width="620" height="77"></h1>
<a href="/login">{{( pgettext "Login" "title" )}}</a>
{{- end }}