mestizo.monster/themes/corazon/layouts/_default/single.html

7 lines
155 B
HTML

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