{{ GetUserInitials .LoggedInUsername }}

{{ .LoggedInUsername }}

change password log out

{{range .AllAppsInfo}}
{{.Icon}}

{{ .Name }}

{{ if .DisplayURL }}

{{ .DisplayURL }}

{{ end }} {{ if .Help }} {{ end }}

{{ .Name }}

{{end}}
{{ define "help-menu-template" }} {{ $first := .First }} {{ end }} {{ define "help-content-template" }} {{ $first := .First }} {{ range $i, $h := .Help }}
{{ $h.Contents }}
{{ template "help-content-template" (dict "Help" $h.Children "First" false) }} {{ end }} {{ end }}