static_pages/themes/NSP/layouts/_default/single.html

5 lines
110 B
HTML
Raw Normal View History

2023-11-17 13:41:57 -08:00
{{ define "main" }}
{{ .Content }}
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}