{{define "title"}}{{ T "profile_page" .UserProfile.Username }}{{end}} {{define "contclass"}}cont-view{{end}} {{define "content"}}
{{with .UserProfile}}
{{.Username}}
{{.Username}}
{{GetRole . }}
{{if gt $.User.Id 0 }} {{if not (CurrentUserIdentical $.User .Id) }} {{end}} {{end}}
{{end}}
{{ block "profile_content" . }}{{end}}
{{end}}