--- title: Example checkup page description: Showing the output of one of the internal checkup mechanisms |--- # {{.Title}} # Status Current statuses: ``` {{range $key, $val := .Checkup}}{{$key}} {{end}} ``` {{range $key, $val := .Checkup}} ## {{$key}}: {{range $page := $val}} ``` {{$page}} {{$.EncodeYaml $page}} ``` {{end}} {{end}}