aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: a905db1c7d5f9fcecd8543a453f111990c94a189 (plain)
1
2
3
4
5
6
7
8
{{ partial "head.html" . }}
<h1>{{$.Title}}</h1>
<p></p>
<hr>
<div class="content">
{{.Content}}
</div>
{{ partial "foot.html" . }}