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

8 lines
155 B
HTML
Raw Permalink Normal View History

2024-03-02 17:44:53 -05:00
{{ define "main" }}
<article>
2024-03-02 17:44:53 -05:00
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
</article>
2024-03-02 17:44:53 -05:00
{{ end }}