1
0
Fork 0
www.luj0ga.de/layouts/_default/single.html

5 lines
67 B
HTML
Raw Normal View History

2020-04-03 11:20:31 +02:00
{{ define "main" }}
2023-01-14 12:50:55 +01:00
<h1>{{ .Title }}</h1>
{{ .Content }}
2020-04-03 11:20:31 +02:00
{{ end }}