{{ $attrs := partial "utils/data-attributes.html" . }}

{{ (partial "utils/title.html" (dict "$" $ "title" $.Title)).htmlTitle }}

{{ with .Params.subtitle }} {{- $raw := . -}}
{{ partial "utils/markdownify.html" (dict "$" $ "raw" $raw "isContent" false) }}
{{ end }} {{ if .Site.Params.displayPostDescription }} {{ with .Params.description }} {{- $raw := . -}}
{{ partial "utils/markdownify.html" (dict "$" $ "raw" $raw "isContent" false) }}
{{ end }} {{ end }} {{ if .Params.meta | default .Site.Params.enablePostMeta }} {{ partial "components/post-meta.html" (dict "$" . "isHome" false) }} {{ end }} {{ $enableTOC := .Params.toc | default .Site.Params.enableTOC -}} {{- if $enableTOC -}} {{- partial "utils/toc.html" . -}} {{- end -}}
{{ partial "utils/content.html" . }}
{{ partial "components/post-copyright.html" . }}
{{ if and .Site.Params.enableGoogleAdUnits (eq hugo.Environment "production") -}} {{ partial "third-party/google-adsense-unit.html" . }} {{- end }} {{ partial "components/post-updated-badge.html" . }} {{ partial "components/post-gitinfo.html" . }} {{ partial "components/post-share.html" . }} {{ partial "components/related-posts.html" . }} {{ partial "components/post-tags.html" . }} {{ partial "components/minimal-footer.html" . }} {{ partial "components/minimal-footer-about.html" . }} {{ partial "components/post-nav.html" . }} {{ partial "components/comments.html" . }}