lugo/layouts/_default/single.html

6 lines
126 B
HTML

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