{{- with or site.Title site.Params.title | plainify }}
{{- end }}
{{- with or .Title site.Title site.Params.title | plainify }}
{{- end }}
{{- with or .Description .Summary site.Params.description | plainify | htmlUnescape | chomp }}
{{- end }}
{{- if .IsPage }}
{{- with .Section }}
{{- end }}
{{- $ISO8601 := "2006-01-02T15:04:05-07:00" }}
{{- with .PublishDate }}
{{- end }}
{{- with .Lastmod }}
{{- end }}
{{- range .GetTerms "tags" | first 6 }}
{{- end }}
{{- else }}
{{- end }}