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

12 lines
207 B
HTML
Raw Normal View History

2018-06-18 09:14:28 +02:00
{{ define "main" }}
2021-08-24 19:11:56 +02:00
{{ .TableOfContents }}
2018-09-29 00:00:06 +02:00
2021-08-24 19:11:56 +02:00
<div class="content">
<h1>{{ .Title }}</h1>
<div class="date">published {{ .Date | time.Format "January 2006" }}</div>
{{ .Content }}
2018-09-28 18:34:13 +02:00
</div>
2018-06-18 09:14:28 +02:00
{{ end }}