1
0
Fork 0
ejv2.cc/themes/dead-simple/layouts/_default/taxonomy.html
2024-08-01 06:21:40 +01:00

13 lines
191 B
HTML

{{ partial "header.html" . }}
<h1>{{ .Title }}</h1>
<ul class="post-list">
{{ range .Pages }}
{{ partial "post_row.html" . }}
{{ end }}
</ul>
{{ partial "footer.html" . }}