7 lines
155 B
HTML
7 lines
155 B
HTML
{{ define "main" }}
|
|
<article>
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
|
|
</article>
|
|
{{ end }}
|