{{- with .ctx }} {{- end }}
{{ partial "post/header.html" (dict "ctx" .ctx "IsHome" .IsHome) }}
{{ $tocEnable := .ctx.Params.toc | default .ctx.Site.Params.toc.enable }}
{{ partial "post/body.html" (dict "ctx" .ctx "IsHome" .IsHome) }}