{{define "login"}}{{template "layout" .}}{{end}} {{define "content"}}

{{t .Locale "auth.welcome"}}

{{t .Locale "auth.loginTitle"}}

{{if .Flash}}{{end}}

{{t .Locale "auth.forgot"}}{{if .AllowRegistration}} ยท {{t .Locale "auth.register"}}{{end}}

{{end}}