kekskurse.de/themes/nostyleplease/layouts/_default/taxonomy.html
2024-07-29 00:39:26 +02:00

8 lines
150 B
HTML

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