{{ define "head"}} {{ partial "css.html" "single.css" }} {{ end }} {{ define "title" }} {{ .Title }} {{ end }} {{ define "content" }} {{ partial "nav.html" . }}

{{ .Title }}


{{ partial "date.html" .Date }} | {{ .WordCount }} words {{ if ne .Lastmod .Date }} Last updated: {{ partial "date.html" .Lastmod }} {{ end}}

{{ .Content }}
{{ partial "nav.html" . }} {{ end }}