{{ define "header" }}
{{- if .Description -}}

{{ .Title }}

{{ .Description }}

{{- else -}}

{{ .Title }}

{{- end }}
{{ end }} {{ define "content" }}
{{ .Content }} {{- if or .PrevInSection .NextInSection -}} {{- end -}}
{{- with .TableOfContents -}} {{- end -}}
{{ end }}