{{ $section := .Site.GetPage "section" .Section }}
{{ if $section.Params.page_icon }} Icon {{ end }} {{ $section.Title }}
{{ $pages := (where .Site.Pages "Section" .Section).ByWeight }}
{{ partial "sidebar-level.html" (dict "pages" $pages "parent" $section "current" . "collapse" false) }}