{{define "main"}}
{{ range .Pages}}
{{if eq .Section "post"}}

{{.Title}}

{{ .PublishDate.Format "January 2, 2006" }} {{ $author := "false" }} {{ if not (eq .Params.Author $author) }}

By : {{ .Params.Author }}

{{ end }}

Reading Time: {{.ReadingTime}} min

{{ .Summary }}

{{end}}

{{end}}
{{ end }}