{{ define "body" }}
- {{ .Payload.Description }}
{{ end }}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 }}