Files
alexis.lahouze.org/layouts/list.html
T

7 lines
144 B
HTML

{{ define "main" }}
{{ .Content }}
{{ range .Pages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}
{{ end }}