{{ define "title" }}Update Blog{{ end }} {{ define "content" }}
{{ if .Data.preview }}
Preview

{{ .Data.post.Title }}

{{ .Data.preview }}
{{ end }} {{ with .Data.post }}

Update Blog

You can leave this blank if this is a new post. It will pick a default value based on the title.
{{ .Body }}
{{ if .ID }}
{{ end }}
{{ end }}
{{ end }}