{{- $page := .page -}} {{- $level := (.level | default 1) -}} {{- $headingLink := (.headingLink | default false) -}} {{- $showTags := not (.reduced | default false) -}} {{- $showAuthors := not (.reduced | default false) -}} {{ with $page }}
{{- if $headingLink }}{{ end }} {{ .Title }} {{- if $headingLink }}{{ end }} {{- with .Params.subtitle }} {{ . }} {{- end }}
{{ .Date | time.Format "Mon, 2006-01-02 15:04" }} {{- with .Params.location }} {{ . }} {{- end }} {{- if $showTags }} {{- with .Page.GetTerms "tags" }} {{- range . }} {{ .Title }} {{- end }} {{- end }} {{- end }} {{- if $showAuthors }}
{{- with .Page.GetTerms "authors" }} {{- range . }} {{ .Title }} {{- end }} {{- end }} {{- end }}
{{- if isset .Params "header" }} {{- $img := .Resources.GetMatch .Params.header.image }} {{ .Params.header.caption }} {{- end }}
{{- end }}