{{ $title := .Title }} {{ $title = singularize $title }} {{ $title = i18n $title }} {{ if not $title }} {{ $title = .Title }} {{ end }} {{ $what := "none" }} {{ $img := "none" }} {{ if eq .Kind "home" }} {{ $what = "home" }} {{ else if .File.ContentBaseName }} {{ $what = .File.ContentBaseName }} {{ end }} {{ $banner := printf "/images/banner/%s*" $what }} {{ if resources.GetMatch $banner }} {{ $img = resources.GetMatch $banner }} {{ end }} {{ if resources.GetMatch $banner }}

{{ $title }}

{{ else if .Resources.Match "banner*" }} {{ $img = (.Resources.GetMatch "banner*") }}

{{ $title }}

{{ else }}

{{ $title }}

{{ $banner }} {{ end }}