{{/* Render the top-nav in sidebar for small screens */}} {{ define "renderChildren" }} {{- range .Pages }} {{- if eq .Params.sitemap false }} {{- continue }} {{- end }} {{- if .IsSection }} {{- template "renderList" . }} {{- else }} {{- template "renderSingle" . }} {{- end }} {{- end }} {{ end }} {{/* Recursive template for sidebar items */}} {{ define "renderList" }} {{ $isCurrent := eq page . }} {{ $expanded := or $isCurrent (page.IsDescendant .) }}