{{ define "head"}} {{ partial "css.html" "res/css/single.css" }} {{ end }} {{ define "title" }} {{ .Title }} {{ end }} {{ define "content" }} {{ partial "nav.html" . }}
{{ partial "date.html" .Date }} | {{ .WordCount }} words {{ if ne .Lastmod .Date }} Last updated: {{ partial "date.html" .Lastmod }} {{ end}}
{{ .Content }}