Featured
{{end}}
{{$post.GetString "title"}}
{{$post.GetString "author"}}
{{with $t := $post.GetTime "publishedAt"}}
{{if not $t.IsZero}}
·
{{end}}
{{end}}
{{if $post.GetString "excerpt"}}
{{$post.GetString "excerpt"}}
{{end}}
{{$post.GetString "content"}}