{{ define "main" }}

{{.Title}}

{{ dateFormat ":date_long" .Date.Local }} {{- if .Params.toc -}}  ·
{{ .TableOfContents }}
{{- end }}
{{ if .Content -}}
{{ with .Params.featuredImage -}} {{ with $.Resources.GetMatch . -}}
featured image
{{- end }} {{- end }} {{ .Content }}
{{- end }} {{ partialCached "comments.html" . }}

{{- end }}