{{ define "main" }}
{{range .Paginator.Pages}} {{if and (.IsPage) (.Params.date)}}
{{.Title}}
{{.Description}}
{{ partial "post-item-meta.html" . }}
{{ $featured_image := .Params.featured_image }} {{ if $featured_image }} {{ $image := .Resources.GetMatch (.Params.featured_image) }}
{{ end }}
{{ end }} {{ end }}
{{ end }}