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