{{ $.Scratch.Set "description" "Showcase of third party tools that augment designing schematics and PCBs in KiCad" }} {{ partial "header.html" . }} {{ $currentNode := . }} {{ .Scratch.Set "sidemenu" false }} {{ .Scratch.Set "sidemenu_section" "discover" }} {{ range .Site.Menus.main }} {{ if eq "help" (.Name | lower) }} {{ if .HasChildren }} {{ $currentNode.Scratch.Set "sidemenu" true }} {{ end }} {{ end }} {{ end }}