{{ if isset .Params "hero_image" }} {{ end }}
{{ if eq .Params.Version 0 }} status Draft {{ else }} Version {{ .Params.version }} {{ end }}
{{ if and (not .IsHome) (isset .Params "title") }}

{{ replace .Params.Title "_" " " }}

{{ end }} {{ if isset .Params "subtitle" }}

{{ .Params.subtitle }}

{{ end }}