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

6 lines
98 B
HTML
Raw Normal View History

2018-06-18 09:14:28 +02:00
{{ define "main" }}
2018-06-18 09:02:01 +02:00
<h1> {{ .Title }} </h1>
{{ .TableOfContents }}
2018-06-18 09:02:01 +02:00
{{ .Content }}
2018-06-18 09:14:28 +02:00
{{ end }}