This repository has been archived on 2022-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
resilien.fr/layouts/blog/list.html

9 lines
139 B
HTML

{{ define "main" }}
{{ .Content }}
<ul>
{{ range .Pages }}
<li>{{ partial "article-link" . }}</li>
{{ end }}
</ul>
{{ end }}