mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-03-30 08:00:03 -04:00
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 }}
|