1 2 3 4 5
{{ define "main" }} <h1>{{ .Title }}</h1> <p>{{ .Date.Format "Jan 2, 2006" }} – {{ .WordCount }} words, ~{{ .ReadingTime }} minutes</p> {{ .Content }} {{ end }}