{{ if isset .Site.Menus "sidebar" }} {{ $currentPage := . }} {{ if or (eq $currentPage.Params.show_collapsible_menu true) (eq .Site.Params.show_collapsible_menu true) }} {{ .Scratch.Set "currentSection" "home" }} {{ if $currentPage.Section }} {{ .Scratch.Set "currentSection" $currentPage.Section }} {{ end }} {{$currentSection := .Scratch.Get "currentSection" }} {{ range .Site.Menus.sidebar }} {{$parentItem := . }} {{ if and (.HasChildren) (eq $currentSection $parentItem.Identifier) }}
{{ end }} {{ end }}