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

<header class="body">
<h2>{{ .Title }}</h2>
</header>

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

{{ partial "footer.html" . }}