--- title: Example checkup page description: Showing the output of one of the internal checkup mechanisms |--- # {{.Title}} # Status {{range $key, $val := .Checkup}} ## {{$key}}: {{range $page := $val}} ``` {{$page}} {{$page.EncodeYaml nil}} ``` {{end}} {{end}} ## Raw ``` {{.EncodeYaml .Checkup}} ``` ## Recent Blog Entries: [Atom Feed](/{{.Global.App.FeedPrefix}}/Blog?limit=5&content) {{range $val := .Index.Blog.SortDate}} * [{{$val.Date.Time.Format "2006-01-02"}} {{$val.Title}}]({{$val.Path}}){{end}} ## Published Blog Entries: {{range $val := .Index.Blog.SortDate}}{{if $val.Published}} * [{{$val.Date.Time.Format "2006-01-02"}} * {{$val.Title}}]({{$val.Path}}){{end}}{{end}} ## Some internals #### Global vars: ``` {{.Global}} "App" under Global vars: {{.Global.App}} ``` {{end}}