summaryrefslogtreecommitdiff
path: root/layouts/docs/list.html
blob: 130cc89f2075a907a36bbd56100847059de7de1f (plain)
1
2
3
4
5
6
7
{{- define "title" -}}
  {{ .Site.Title }}
{{ end }}

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