Files
opensourcemarkeover.com/layouts/_default/taxonomy.html
2026-06-22 13:59:23 -06:00

9 lines
150 B
HTML

{{ define "main" }}
{{ partial "back_link.html" .}}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ partial "post_list.html" (dict "context" .)}}
{{ end }}