sandvich.xyz/layouts/partials/post-list.html

6 lines
99 B
HTML
Raw Normal View History

2022-09-12 19:20:07 -07:00
<div class="post-list">
{{ range . }}
2022-10-30 19:47:39 -07:00
{{ partial "post.html" . }}
2022-09-12 19:20:07 -07:00
{{ end }}
</div>