{{ define "body" }}
{{ range .Pages.ByPublishDate.Reverse }}
{{ $ctx := . }} {{ with .Params.image }} {{ end }} {{ with .Params.imagesDir }} {{ end }}
{{ if .Params.summary }} {{ .Params.summary }} {{ else }} {{ .Summary }} {{ end }}Read More…
{{ end }}
{{ end }} {{ define "javascripts" }} {{ end }}