{{ $baseurl := .Site.BaseURL }}
{{range $index, $page := .Paginator.Pages}} {{ if and (modBool $index 3) (ne 0 $index) }}
{{ end }}

{{ .Title }}

{{if .Params.categories }} {{ range $index, $category := .Params.categories }} {{ $category }} {{ end }} {{end}}

{{ .Summary }}

{{ .Date.Format "2 Jan 2006" }} {{if .Params.tags }} {{ range $index, $tag := .Params.tags }} #{{ $tag }} {{ end }} {{end}}

{{ end }}