lugo/layouts/_default/single.html

7 lines
137 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-05-27 00:46:49 +00:00
</article>
2022-04-14 20:07:48 +00:00
{{ partial "footer.html" . }}