Files
lugo/layouts/_default/single.html
2022-07-11 15:24:29 -04:00

6 lines
126 B
HTML

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