{{define "content"}}

{{.Data.SpaceRef}} / {{.Data.Path}}

{{.Data.Title}}

{{if .Data.Summary}}

{{.Data.Summary}}

{{end}}
{{.Data.Body}}
{{if .Data.Missing}}
Unresolved wikilinks: {{range .Data.Missing}}{{.}} {{end}}
{{end}} {{if .Data.BadAnchors}}
Links to a section that does not exist: {{range .Data.BadAnchors}}{{.}} {{end}}
{{end}}
{{end}}