weiro/layouts/simplecss/templates/posts_list.html

8 lines
177 B
HTML
Raw Normal View History

2026-03-21 23:28:33 +00:00
{{ range .Posts }}
<div class="h-entry">
{{ if .Post.Title }}<h3>{{ .Post.Title }}</h3>{{ end }}
{{ .HTML }}
{{ template "_post_meta.html" . }}
</div>
{{ end }}