summaryrefslogblamecommitdiff
path: root/layouts/blog/single.html
blob: 4db531dd4cb445ed3df0c5aee036f0a8d95e63f4 (plain) (tree)
1
2
3
4
5
6
7






                                        
{{ define "main" }}
<h1>{{ .Title }}</h1>

<em>{{ .Date.Format "2 Jan 2006" }}</em>

{{ .Content }}
{{ end }}