{{ define "main" }} {{ $hasToc := and (in .TableOfContents "
  • " ) (.Params.toc) }} {{ $hasSidebar := or ($hasToc) (.Params.series) }}
    {{ partial "components/post-article" . }} {{ with .GetTerms "tags" }} {{ partial "components/post-tags" . }} {{ end }} {{ partial "components/post-edit" . }} {{ with .GetTerms "authors" }} {{ partial "components/post-author" . }} {{ end }} {{ partial "components/post-footer" . }} {{ partial "comment.html" . }}
    {{ if $hasSidebar }}
    {{ if .GetTerms "series" }} {{ partial "components/post-series" . }} {{ end }} {{ if $hasToc }} {{ partial "components/post-toc" . }} {{ end }}
    {{ end }} {{ $related := .Site.RegularPages.Related . | first 6 }} {{ with $related }}

    {{ i18n "seeAlso" }}

    {{ range . }} {{ .LinkTitle }}
    {{ end }}
    {{ end }}
    {{/* highlight */}} {{- if eq .Site.Params.highlight.handler "highlightjs" }} {{- end }} {{ end }}