{{ template "index.layout.html" . }} {{ define "main" }}

{{ LocaText "root.welcome" }}

Forgot Password

{{ if .Error }}

{{ .Error }}

{{ end }} {{ $forgotField := dict "Request" true "Require" true "Name" "subject" }} {{ template "formfield" dict "page" "forgot" "Field" $forgotField "type" "text" "autocomplete" "username" "inputmode" "email" }}
{{ if .urls.login }}

Go to Login

{{ end }}
{{ end }}