{{ $images := $.Resources.ByType "image" }} {{ $featured := $images.GetMatch "*feature*" }} {{ if not $featured }} {{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }} {{ end }} {{ with $featured }} {{ end }} {{ with .Section }} {{ end }} {{ $format := "2006-01-02T15:04:05-07:00" }} {{ with .Date }} {{ end }} {{ with .Lastmod }} {{ end }} {{ with .Params.audio }} {{ end }} {{ with .Language.Lang }} {{ end }} {{ with .Site.Params.title }} {{ end }} {{ $videos := $.Resources.ByType "video" }} {{ $featured_video := $videos.GetMatch "*feature*" }} {{ if not $featured_video }} {{ $featured_video = $videos.GetMatch "{*cover*,*thumbnail*}" }} {{ end }} {{ with $featured_video }} {{ end }}