{{ $path := replace .Dir "\\" "/" }} {{ $image_file := or .Params.cover_image .Params.small_image }} {{ if $image_file }} {{ $image := .Resources.GetMatch $image_file }} {{ with $image }} {{ .Name }} {{ end }} {{ end }}
{{ with .Title }}
{{ . }}
{{ end }} {{ with .Params.subtitle }}
{{ . }}
{{ end }} {{ if .Params.startDate }}
From {{ .Params.startDate }} {{ with .Params.endDate }} to {{ . }} {{ end }}
{{ end }}