lugo/layouts/_default/single.html
2022-07-11 14:11:52 -04:00

7 lines
137 B
HTML

{{ partial "header.html" . -}}
<header><h1>{{ .Title }}</h1></header>
<article>
{{ .Content -}}
</article>
{{ partial "footer.html" . }}