{{template "base" .}} {{define "head"}} {{if and .captchaEnabled (eq .captchaType "turnstile")}} {{end}} {{end}} {{define "content"}}

ログイン

{{if .error}}
{{.error}}
{{end}}
{{.csrfField}}
{{if .captchaEnabled}} {{if eq .captchaType "turnstile"}}
{{else if eq .captchaType "image"}}
CAPTCHA
{{end}} {{end}}

アカウントをお持ちでない方は

新規登録
{{end}} {{define "scripts"}} {{if and .captchaEnabled (eq .captchaType "image")}} {{end}} {{end}}