{{- $docs := .CurrentSection.RegularPages }} {{- $multipleDocs := gt (len $docs) 1 }} {{- $currentUrl := .URL }} {{- $sectionCount := 3 }} {{- $sectionCountStringSingular := "third" }} {{- if .Params.toc }} {{- $sectionCount = add $sectionCount 1 }} {{- end }} {{- if eq $sectionCount 4 }} {{- $sectionCountStringSingular = "quarter" }} {{- end}}
{{ partial "dropdown.html" . }}
{{ .Content }}
{{- if .Params.toc }}
{{- end }}