summaryrefslogtreecommitdiff
path: root/layouts/docs/index.html
blob: 9b519ff11486394dbd59f98c66e3df3e3c72c68d (plain)
1
2
3
4
5
6
7
{{ define "title" }}
  {{ .Title }} – {{ .Site.Title }}
{{ end }}

{{ define "main" }}
  <div>{{ .Content }}</div>
{{ end }}