summaryrefslogtreecommitdiffstats
path: root/layouts/list.html
blob: 0db2c2b170399449da499c4facb746b6e6999799 (plain) (blame)
1
2
3
4
{{ define "main" }}
<h1 class="title">{{ .Title }}</h1>
{{ partial "pages.html" . }}
{{ end }}