Files
alexis.lahouze.org/layouts/list.html
T
2026-02-13 18:09:53 +01:00

8 lines
168 B
HTML

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