{{ define "main" }}

{{ .Title | markdownify }} {{ if .Draft }}{{ partial "icon.html" "edit" }}{{ end }}

{{ partial "post-metadata.html" . }} {{ if .Params.Toc }}

{{ i18n "table_of_contents" }}

{{ .TableOfContents }}
{{ end }}
{{ with .Resources.GetMatch "feature" }}
{{ partial "figure.html" . }}
{{ end }} {{ .Content }} {{ end }}