{{ $subtitle := $.Scratch.Get "subtitle" }}

{{ with $.Scratch.Get "title" }}{{.}}{{ else }}
{{ end }}

{{ if $subtitle }} {{ if eq .Type "page" }}
{{ $subtitle }} {{ else }}

{{ $subtitle }}

{{ end }} {{ end }} {{ if eq .Type "post" }} {{ end }}