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

10 lines
111 B
HTML
Raw Normal View History

2018-06-18 09:14:28 +02:00
{{ define "main" }}
2018-09-29 01:10:12 +02:00
2018-09-29 00:00:06 +02:00
{{ .TableOfContents }}
2018-09-29 00:00:06 +02:00
2018-09-28 18:34:13 +02:00
<div class="content">
{{ .Content }}
</div>
2018-06-18 09:14:28 +02:00
{{ end }}