{{partial "head"}}
Edit Post - {{site_name}}
{{partial "header"}}
{{with $post := document (.query.Get "id")}}
Back to Blog
Edit Post
Title
Slug
URL-friendly identifier (e.g., my-first-post)
Excerpt
{{$post.GetString "excerpt"}}
Brief summary shown in blog listing
Content
{{$post.GetString "content"}}
Author
Featured post
Delete
Cancel
Save Changes
{{else}}
Post Not Found
The post you're trying to edit doesn't exist.
Back to Blog
{{end}}
{{partial "footer"}}