{{ partial "page-toc.html" . }}
{{ partial "header-link.html" .Content }}
{{ if or .Data.Pages .Sections }}
{{- range .Sections.GroupBy "Weight" }}
{{- range .ByTitle }}
{{.Render "li"}}
{{- end }}
{{- end }}
{{- range .Data.Pages.GroupBy "Weight" }}
{{- range .ByTitle }}
{{.Render "li"}}
{{- end }}
{{- end }}