lugo/layouts/_default/single.html

6 lines
126 B
HTML
Raw Normal View History

2022-07-11 18:11:52 +00:00
{{ partial "header.html" . -}}
<header><h1>{{ .Title }}</h1></header>
<article>
{{ .Content -}}
2022-04-14 20:07:48 +00:00
{{ partial "footer.html" . }}