{{ define "main" }}

{{ .Title | markdownify }}

{{ if or .Date (.GetTerms "tags") }}
{{ if .Date }} {{ partial "icon.html" "calendar" }} {{ if ne .Lastmod .Date }} {{ end }} {{ end }} {{ range (.GetTerms "tags") }} {{ partial "icon.html" "tag" }} {{ .LinkTitle }} {{ end }}
{{ end }} {{ if .Params.Toc }}

Table of Contents

{{ .TableOfContents }}

{{ end }} {{ .Content }} {{ end }}