5 lines
110 B
HTML
5 lines
110 B
HTML
|
{{ define "main" }}
|
||
|
{{ .Content }}
|
||
|
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
|
||
|
{{ end }}
|