{{ if not (.Params.showAuthorBottom | default (site.Params.article.showAuthorBottom | default false)) }}
{{ template "SingleAuthor" . }}
{{ end }}
{{/* The Relative Wrapper: Acts as an anchor for the absolute TOC */}}
{{/* Sidebar TOC: Mobile flow (Top), Desktop absolute (Right) */}}
{{ if .Params.showTableOfContents | default site.Params.article.showTableOfContents }}
{{ end }}
{{/* Main Content: Dead center, uninfluenced by anything */}}
{{ partial "series/series.html" . }}
{{ .Content }}
{{ if .Params.replyByEmail | default site.Params.replyByEmail }}
Reply by Email
{{ end }}