{{ define "main" }}

{{ .Title }}

{{ .Date.Format "January 2, 2006" }} · {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} · {{ .ReadingTime }} minute read {{ with .Params.tags }} {{ if ge (len .) 1 }} {{ range . }}{{ . }}{{ end }} {{ end }} {{ end }}

{{ if .Site.Params.enableToc }} {{ if .TableOfContents }}
{{ .TableOfContents }}
{{ end }} {{ end }}
{{ .Content }}
{{ end }}