{{- define "render_items" -}} {{- range $title, $item := . -}}
{{$title}}
{{$item.Eval $.Ctx}}
{{template "render_items" $item.Items}}
{{- end -}} {{- end -}} Status for {{.ExeName}}

Status for {{.ExeName}}

{{.ExePath}}
Started at {{.StartTime}} ({{.StartTimeAgo}} ago)
Current time {{.CurrentTime}}
Version {{.Version}}, build {{.Build}}
Running in PID {{.PID}} as {{.Username}} on {{.Hostname}}
{{.RuntimeVer}} on {{.GOOS}}/{{.GOARCH}} compiled by {{.Compiler}}
{{.NumGoroutine}} goroutines running/{{.NumCPU}} logical CPUs usable
{{template "render_items" .Items}}