{{partial "head"}} {{with $post := document (.query.Get "id")}} {{$post.GetString "title"}} - {{site_name}} {{else}} Post Not Found - {{site_name}} {{end}} {{partial "header"}}
{{with $post := document (.query.Get "id")}}
{{if $post.GetBool "featured"}}
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"}}
All Posts {{if $.current_user}} Edit Post {{end}}
{{else}}

Post Not Found

The post you're looking for doesn't exist or has been removed.

Back to Blog
{{end}}
{{partial "footer"}}