{{set . "title" "ログイン"}} {{template "header.html" .}}

「アカウント名」と「パスワード」を入力して認証を行い、次のステップに進んでください。

{{with $field := field "username" .}}
{{end}} {{with $field := field "password" .}}
{{end}}

{{template "footer.html" .}}