{{define "admin_post_form.html"}}{{template "admin_base.html" .}}{{end}} {{define "title"}}Admin — {{if .Post}}Edit Post{{else}}New Post{{end}}{{end}} {{define "content"}}

{{if .Post}}Edit Post{{else}}New Post{{end}}

{{if .Error}}

{{.Error}}

{{end}} {{$p := .Post}} {{if $p}}
available fields
title: My Post Title slug: my-post-title published_date: 2025-01-15T14:30:00Z lang: en tags: rust, web, tutorial alias: /old/path meta_image: https://example.com/image.jpg description: A short summary of the post weather: Conditions,Degrees,City,State
{{if eq $p.Status "published"}} {{else}} {{end}}
{{else}}
available fields
title: My Post Title slug: my-post-title published_date: 2025-01-15T14:30:00Z lang: en tags: rust, web, tutorial alias: /old/path meta_image: https://example.com/image.jpg description: A short summary of the post weather: Conditions,Degrees,City,State
{{end}} {{end}}