{{ define "main" }} {{ .Scratch.Set "skipSeeAlso" true }} {{ partial "primary_top.html" . }}

{{ .Description }}

{{ $pages := (where .Site.Pages "Section" .Section) }} {{ $pages = sort $pages ".Params.publishdate" "desc" }} {{ $parent := .Page }} {{ $parentDir := (path.Dir .Page.File.Dir) }} {{ $decoration := .Params.decoration }} {{ range $pages }} {{ $pageLocation := (path.Dir (path.Dir .File.Dir)) }} {{ if eq $parentDir $pageLocation }} {{ end }} {{ end }}
Istio {{ .LinkTitle }} {{- if $decoration -}}{{- end -}} {{ .PublishDate.Format (i18n "page_publish_date_format") -}}
{{ partial "primary_bottom.html" . }} {{ end }}