11 lines
188 B
HTML
11 lines
188 B
HTML
{{ define "main" }}
|
|
<section>
|
|
<dl>
|
|
{{ range .Pages }}
|
|
<time>{{ time.Format "2006-01-02" .Date }}</time>
|
|
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
|
{{ end }}
|
|
</dl>
|
|
</section>
|
|
{{ end }}
|