{{ define "main" }}
{{ .Title }}
{{ with resources.GetMatch .Params.banner }} {{ $image := .Fit "1920x1080" }} {{ end }}
{{- if isset .Params "date" -}} {{ if eq .Lastmod .Date }} {{ else }} {{ end }} {{- end -}}
{{- partial "prose.html" . -}}
{{ end }}