tech-ingolf-wagner-de/layouts/_default/single.html
2021-08-25 20:06:33 +02:00

8 lines
136 B
HTML

{{ define "main" }}
<!-- {{ .TableOfContents }}-->
<div class="content">
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
{{ end }}