summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: b9b0c28d59322aeb3635957328b47998f488e75b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{ partial "head.html" . }}


<main>
	<h1>
		{{$.Title}}
	</h1>

	{{.Content}}
</main>

{{ partial "foot.html" }}