summaryrefslogtreecommitdiffstats
path: root/layouts/page.html
blob: b99efb224d36b071fe880370a2c92319a372c62b (plain) (blame)
1
2
3
4
5
{{ define "main" }}
<h1 class="title">{{ .Title }}</h1>
{{ .Content }}
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}