lugo/layouts/index.html

7 lines
187 B
HTML
Raw Normal View History

2022-06-28 23:06:38 +00:00
{{ partial "header.html" . -}}
2022-05-09 02:37:00 +00:00
<header><h1>{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}</h1></header>
2022-07-10 17:03:50 +00:00
<article>
2022-04-14 20:07:48 +00:00
{{ .Content }}
2022-07-10 17:03:50 +00:00
</article>
2022-04-14 20:07:48 +00:00
{{ partial "footer.html" . }}