{{ $section := .Site.GetPage "section" .Section }} {{ $pages := (where .Site.Pages "Section" .Section).ByWeight }} {{ $current := . }} {{ range $count, $page := $pages }} {{ if eq .Parent $section }}
{{ $page.Title }}
{{ partial "sidebar-level.html" (dict "pages" $pages "parent" $page "current" $current "collapse" false) }}
{{ end }} {{ end }} {{ if not .Site.Data.args.archive }} {{ if eq $section.Title "Istio Blog Posts" }}
RSS Subscribe
{{ end }} {{ end }}