1
0
Fork 0
ejv2.cc/themes/dead-simple/layouts/_default/taxonomy.html

14 lines
191 B
HTML
Raw Normal View History

2024-08-01 06:21:40 +01:00
{{ partial "header.html" . }}
<h1>{{ .Title }}</h1>
<ul class="post-list">
{{ range .Pages }}
{{ partial "post_row.html" . }}
{{ end }}
</ul>
{{ partial "footer.html" . }}