{{define "log in to x"}}Log in to {{.}}{{end}} {{define "title"}}{{template "log in to x" .WikiName}}{{end}} {{define "body"}}
{{if .UseAuth}} {{if .ErrUnknownUsername}}

{{block "error username" .}}Unknown username.{{end}}

{{else if .ErrWrongPassword}}

{{block "error password" .}}Wrong password.{{end}}

{{else if .ErrTelegram}}

{{block "error telegram" .}}Could not authorize using Telegram.{{end}}

{{else if .Err}}

{{.Err}}

{{end}} {{template "telegram widget" .}} {{else}}

{{block "auth disabled" .}}Authentication is disabled. You can make edits anonymously.{{end}}

← {{block "go home" .}}Go home{{end}}

{{end}}
{{end}}