{{ define "profilePage" }} {{ template "header" .}} {{ template "navigation" . }}

Manage your profile

{{ if .Error }}
{{.Error}}
{{ end }} {{ if .Updated }}

Profile updated sucessfully.

{{ end }}

Profile

{{ if .PortalConfig.SignUpFields }} {{ $devFields := .Developer.Fields}} {{range $fieldname := .PortalConfig.SignUpFields}}
{{ end }} {{ end }}
{{ template "portalMemberNavigation" . }}
{{ template "footer" .}} {{ template "scripts" .}} {{ end }}