summaryrefslogtreecommitdiffstats
path: root/themes/tozt/layouts/blog/single.html
blob: 762678e8069cdb63c6e4edcc4c89d89ffc329836 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{ partial "header.html" . }}

<h2>{{ .Title }}</h2>
<h3>{{ .Date.Format "Mon, Jan 2, 2006" }}</h3>

<main>
{{ .Content }}
</main>

{{ partial "footer.html" . }}