kekskurse.de/themes/nostyleplease/layouts/_default/term.html

9 lines
150 B
HTML
Raw Normal View History

2024-07-28 22:39:10 +00:00
{{ define "main" }}
{{ partial "back_link.html" .}}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ partial "post_list.html" (dict "context" .)}}
{{ end }}