summaryrefslogtreecommitdiff
path: root/layouts/_default/home.html
blob: 872513f31018cbeabb406acd450457aa992786f5 (plain) (blame)
1
2
3
4
5
6
7
{{ define "title" }}
	{{ .Site.Title }}
{{ end }}
{{ define "main" }}
	<h1>{{ .Site.Title }}</h1>
	{{ .Content }}
{{ end }}