{{- partial "previous-next-links-in-section.html" . }}
{{- /* Table of contents is visible if toc = true in front matter. */}} {{- if .Params.toc }}

On this page

{{- .TableOfContents }}
{{- end }} {{- /* Section menu for single pages is visible if showSectionMenu = true in top level section page. */}} {{- if .FirstSection.Params.showSectionMenu }} {{- with .CurrentSection.RegularPages }}

In this section

    {{- range . }}
  • {{ .LinkTitle }}
  • {{- end }}
{{- end }} {{- end }}