{{ .Title | markdownify }} {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }} {{ partial "page-metadata/post-full.html" . }} {{ partial "series-box.html" . }} {{ if .Params.Toc }} {{ i18n "table_of_contents" }} {{ .TableOfContents }} {{ i18n "table_of_contents" }} {{ .TableOfContents }} {{ end }} {{ partial "feature-figure.html" . }} {{ .Content }} {{ partial "series-box.html" . }} {{ if or .NextInSection .PrevInSection }} {{ with .NextInSection }} ← {{ i18n "newer_post" }} {{ .Title | markdownify }} {{ else }} {{ end }} {{ with .PrevInSection }} {{ i18n "older_post" }} → {{ .Title | markdownify }} {{ else }} {{ end }} {{ end }} {{ if .Site.Params.shareButtons }} {{ partial "share.html" . }} {{ end }} {{ if .Params.comments }} {{ partial "comments.html" . }} {{ end }}