Files

11 lines
188 B
HTML
Raw Permalink Normal View History

2026-07-11 14:54:56 -04:00
{{ define "main" }}
<section>
<dl>
{{ range .Pages }}
<time>{{ time.Format "2006-01-02" .Date }}</time>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
{{ end }}
</dl>
</section>
{{ end }}