tech-ingolf-wagner-de/themes/first/layouts/_default/single.html

6 lines
98 B
HTML

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