{{ define "body" }}
{{ end }} {{ define "main" }} {{ $scratch := newScratch }} {{ if .Site.Params.writers }} {{ $scratch.Set "writer" (index .Site.Params.writers (lower .Params.writer) | default dict) }} {{ else }} {{ $scratch.Set "writer" .Site.Params.social | default dict }} {{ end }} {{ $writer := $scratch.Get "writer" }}This is a post in the
{{$name}} series.
Other posts in this series:
Next: {{.NextInSection.Title}}
{{end}} {{if .PrevInSection}}Previous: {{.PrevInSection.Title}}
{{end}} {{ if and (isset .Site.Params "author") .Site.Params.author }} {{ end }}