{{define "title"}}{{ call $.T "sign_in_title" }}{{end}} {{define "contclass"}}cont-view{{end}} {{define "content"}} {{ with .Form }}

{{call $.T "sign_in_box_title"}}

{{ range (index $.FormErrors "errors")}}
{{ . }}
{{end}}
{{ range (index $.FormErrors "username")}}

{{ . }}

{{end}}
{{ range (index $.FormErrors "password")}}

{{ . }}

{{end}} {{ call $.T "register"}}
{{end}}

{{end}}