{{define "admin/user_profile"}} {{template "admin/head" .}} {{template "admin/navigation" .}}
{{template "skel/flash" .}}

My profile

{{with .user}}
{{ $.csrfField }}
{{end}}
{{template "admin/footer" .}} {{end}}