{{define "body"}}
{{.advisory.Title}}
{{.advisory.Severity | capitalize}} severity
{{if .sourceURL}}
source: {{if .sourceURL.Title}}{{.sourceURL.Title}}{{else}}source{{end}}
{{end}}
{{if and .richDescription .description}}
{{.description}}
{{else}}

Overview

{{if .advisory.Desc}}

{{.advisory.Desc}}

{{else}}

No overview available.

{{end}}
{{if .advisory.ExternalReferences}}

References

{{end}} {{end}} {{end}}