summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: 79dc3502a88c3c17baa641a505f4eba20690be39 (plain)
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}
<article>
	<header>
		<h1>{{ .Title }}</h1>
	</header>
	<main>
		{{ .Content }}
	</main>
</article>
{{ end }}