website/themes/notebook/layouts/_default/single.html

10 lines
156 B
HTML
Raw Normal View History

2021-01-04 03:29:13 +00:00
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ partial "metadata.html" . }}
{{ if .Params.Toc }}
{{.TableOfContents}}
{{ end }}
{{ .Content }}
{{ end }}