blog/themes/xsfx/layouts/_default/single.html

6 lines
82 B
HTML

{{ define "main" }}
<main>
{{ partial "article.html" . }}
</main>
{{ end }}