6 lines
88 B
HTML
6 lines
88 B
HTML
{{ define "main" }}
|
|
<h1>{{.Title}}</h1>
|
|
{{ .TableOfContents }}
|
|
{{ .Content }}
|
|
{{ end }}
|