aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: 4368b152182542c8228a5afe28c250a5ad6379ff (plain) (blame)
1
2
3
4
5
6
7
{{ define "main" }}

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

{{ .Content }}

{{ end }}