{{ define "kontor/create-user.html" }} {{ template "header.html" .}} {{ template "admin-menu.html" .}}
{{ if .ErrorTitle}}

{{.ErrorTitle}}: {{.ErrorMessage}}

{{end}}
{{ template "footer.html" .}} {{end}}