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

8 lines
136 B
HTML
Raw Normal View History

2018-06-18 09:14:28 +02:00
{{ define "main" }}
2021-08-24 21:18:56 +02:00
<!-- {{ .TableOfContents }}-->
2021-08-24 19:11:56 +02:00
<div class="content">
2021-08-25 20:06:33 +02:00
<h1>{{ .Title }}</h1>
2021-08-24 21:18:56 +02:00
{{ .Content }}
</div>
2018-06-18 09:14:28 +02:00
{{ end }}