about summary refs log tree commit diff
path: root/layouts/index.html
blob: 5a9c4ed6baf8c08ce1adb48c6e80df88cd6db3b2 (plain) (blame)
1
2
3
4
5
6
7
8
{{ define "main" }}
{{ .Content }}
<ul>
	{{ range .Pages }}
	<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
	{{ end }}
</ul>
{{ end }}