{{ define "main" }}
{{ $featured := where .Pages "Params.featured" true }}
"{{ .Params.quote | html }}"
{{ $img := .Resources.GetMatch "video.png" }}
{{ $small := .Resources.GetMatch "**small*.png" }}
{{ with $small }}{{ end }}
Kubernetes Users
{{ else }}
{{ errorf "Case Studies: Missing logo for %s. Put a PNG with the word 'logo' in the filename into %q" $p.LinkTitle $p.Dir }}
{{ end }}
{{ end }}