Files
website/layouts/book/chapter.html
2026-02-28 00:59:59 -06:00

6 lines
88 B
HTML

{{ define "main" }}
<h1>{{.Title}}</h1>
{{ .TableOfContents }}
{{ .Content }}
{{ end }}