32bit.cafe/themes/32bitcafe-base/layouts/_default/single.html

7 lines
135 B
HTML

{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}