{{ define "header" }} {{- if .Description -}} {{ .Title }} {{ .Description }} {{- else -}} {{ .Title }} {{- end }} {{ end }} {{ define "content" }} {{- $top := .FirstSection -}} {{- range $top.Sections.ByWeight -}} {{ .Title }} {{- range .RegularPages.ByWeight -}} {{- .LinkTitle -}} {{- end -}} {{- end -}} {{ .Content }} {{- if or .PrevInSection .NextInSection -}} {{- end -}} {{- with .TableOfContents -}} {{- end -}} {{ end }}
{{ .Description }}