summaryrefslogblamecommitdiff
path: root/layouts/_default/single.html
blob: 480b8f55b18de4e43b1f55d4f79f94bb698505c0 (plain) (tree)
1
2
3
4
5
6
7
                    
                    




                             
{{ define "title" }}
	{{ .Title }}
{{ end }}
{{ define "main" }}
	<h1>{{ .Title }}</h1>
	{{ .Content }}
{{ end }}