lugo/layouts/_default/single.html

12 lines
140 B
HTML
Raw Normal View History

2022-04-14 20:07:48 +00:00
{{ partial "header.html" . }}
<header><h1>{{ .Title }}</h1></header>
2022-05-27 00:46:49 +00:00
<article>
2022-04-14 20:07:48 +00:00
{{ .Content }}
2022-05-27 00:46:49 +00:00
</article>
2022-04-14 20:07:48 +00:00
{{ partial "footer.html" . }}