single.html (152B)
1 {{ define "main" }} 2 3 <h1>{{ .Title }}</h1> 4 <p>{{ if .Lastmod }}Last Updated: {{ .Lastmod.Format "2006-01-02" }}{{ end }}</p> 5 6 {{ .Content }} 7 8 {{ end }}