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

<header class="body">
<h2>{{ .Title }}</h2>
<div class="postdate">{{ .Date.Format "Mon, Jan 2, 2006" }}</div>
</header>

<article>
{{ .Content }}
</article>

{{ partial "footer.html" . }}