{{ $featured := (.Resources.ByType "image").GetMatch "*featured*" }}
{{ with $featured }}
{{ if ne $featured.MediaType.SubType "svg" }}
{{ $featured := .Resize "800x q95 Gaussian" }}
{{ else }}
{{ end }}
{{ end }}
{{ .Content }}