{{ if isset .Site.Menus "sidebar" }} {{ $currentPage := . }} {{ .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 }} {{ if isset $currentPage.Params "custom_sidebar" }} {{ $currentPage.Params.custom_sidebar | safeHTML }} {{ end }} {{ end }}