{{- define "main" -}} {{- if (gt (len .Content) 0) -}}
{{ .Content }}
{{- end -}} {{- if gt (len .Data.Pages) 0 }}
{{- $sh := cond (not .Params.header) .Site.Home.Params.header .Params.header }} {{- range .Pages }} {{- $ph := cond (or (not .Params.header) (not (fileExists (printf "static/%s" .Params.header)))) $sh .Params.header }}
{{ .Params.categories }}
{{ .PublishDate.Format "January 2 2006" }}
{{.Title}}
{{ truncate 100 .Summary }}

{{- end }}
{{- end }} {{- end -}}