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

新規登録

{{if .error}}
{{.error}}
{{end}}
{{.csrfField}}
8文字以上
{{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}}