{{ partial "breadcrumb.html" . }}
{{ $sections := .FirstSection.Sections.ByWeight }}
{{ $secondSection := .FirstSection }}
{{ $page := . }}
{{ range $sections }}
{{ if $page.IsDescendant . }}
{{ $secondSection = . }}
{{ end }}
{{ end }}
{{ partial "searchInput" . }}
{{ partial "tree.html" . }}
{{ .context.Description }}
{{ $count := add .count 1 }} {{ if .context.IsSection }} {{ range (union (where .context.Pages ".context.Params._build.render" "!=" false) .context.Sections).ByWeight }} {{ template "content" (dict "context" . "count" $count) }} {{ end }} {{ else}} {{ end }} {{ end }}{{ .Title }}
{{ .Content }} {{ range (union (where .Pages ".Params._build.render" "!=" false) .Sections).ByWeight }} {{ template "content" (dict "context" . "count" 2) }} {{ end }}
{{ with .Next }}
{{ i18n "Previous" }}
: {{.LinkTitle}}
{{ end }}
{{ with .Prev }}
{{ i18n "Next" }}
: {{.LinkTitle}}
{{ end }}
{{ end }}
{{ i18n "What’s on this Page" }}
{{ .TableOfContents }}