{{ define "body" }}

{{ .Payload.Title }}

{{ if ne .Payload.Description "" }}

- {{ .Payload.Description }}

{{ end }}
{{ .Payload.Body }}

Published {{ DateTimeFormat .Payload.PublishedAt }}

{{ if (or .Payload.SeriesPrevious .Payload.SeriesNext) }}

This post is part of a series.
{{ if .Payload.SeriesPrevious }} Previously: {{ .Payload.SeriesPrevious.Title }} {{ end }} {{ if (and .Payload.SeriesNext .Payload.SeriesPrevious) }}
{{ end }} {{ if .Payload.SeriesNext }} Next: {{ .Payload.SeriesNext.Title }}
{{ end }}

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