{{ define "main" }} {{ $featured := where .Pages "Params.featured" true }}
{{ range $featured }} {{ template "case-study-featured-block" . }} {{ end }}
{{ $featuredVideos := where .Pages ".Params.video" "!=" nil }} {{ with $featuredVideos }} {{ with index $featuredVideos 0 }}

"{{ .Params.quote | html }}"

{{ $img := .Resources.GetMatch "video.png" }} {{ $small := .Resources.GetMatch "**small*.png" }} {{ with $small }}{{ .Title }}{{ end }}
{{ end }} {{ end }}

Kubernetes Users

{{ .Content }} {{ end }} {{ define "case-study-featured-block" }} {{ $logo := .Resources.GetMatch "**{feature,logo}*.png" }}
{{ with $logo }}{{ .Title }}{{ end }}

"{{ .Params.quote | html }}"

Read about {{ .LinkTitle }}
{{ end }}