{{ define "main" }} {{ $heroImage := .Resources.GetMatch "hero*" }} {{ if $heroImage }} {{ $img := $heroImage.Filter (slice images.AutoOrient (images.Process "fit 1920x1080")) }} {{ with .Params.tagline }}{{ . }}{{ end }} {{ else }} {{ partial "title.html" . }} {{ end }} {{ with .Content }} {{ . }} {{ end }} {{ partial "categories.html" }} {{ partial "featured.html" . }}
{{ . }}