{{ 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 }} {{ if .Params.cve }} {{ else }} {{ end }} {{ end }} {{ end }}
{{ i18n "security_disclosure" }} {{ i18n "security_related" }} {{ i18n "security_date" }}
{{ .LinkTitle }} {{- if $decoration -}}{{- end -}} {{ $first := true }} {{ range $cve := .Params.cve }} {{- if not $first -}}, {{ end -}} {{ $cve}} {{- $first = false -}} {{ end }} {{ trim .Description "." -}}{{ .PublishDate.Format (i18n "page_publish_date_format") -}}
{{ partial "primary_bottom.html" . }} {{ end }}