{{define "title"}}{{ call $.T "profile_edit_page" .UserProfile.Username }}{{end}}
{{define "contclass"}}cont-view{{end}}
{{define "content"}}
{{with .UserProfile}}
<div class="profile-main">
<div class="box profile-panel">
{{ block "profile_menu" $ }}{{end}}
</div>
{{end}}
<div class="profile-content box">
{{ block "profile_edit_content" . }}{{end}}