{{ define "main" }} {{ if (and .Parent .Parent.IsHome) }} {{ $.Scratch.Set "blog-pages" (where .Site.RegularPages "Section" .Section) }} {{ else }} {{$.Scratch.Set "blog-pages" .Pages }} {{ end }}
{{ .Date.Format ($.Param "time_format_blog") }}
{{ .Summary | safeHTML }}