{{ define "body" }}
Unique ID {{ if eq .Payload.Post.ID "" }} {{ else if .Payload.IsDraft }} {{ .Payload.Post.ID }} {{ else }} {{ .Payload.Post.ID }} {{ end }}
Tags (space separated) {{ if gt (len .Payload.Tags) 0 }} Existing tags: {{ range $i, $tag := .Payload.Tags }} {{ if ne $i 0 }} {{ end }}{{ $tag }} {{ end }} {{ end }}
Series
Title
Description

{{ if .Payload.IsDraft }} {{ else if eq .Payload.Post.ID "" }} {{ else }} {{ end }}

{{ if .Payload.IsDraft }} Back to Drafts {{ else }} Back to Posts {{ end }}

{{ end }} {{ template "base.html" . }}