Files
www-deepwatersurvival-de/layouts/_default/single.html
T
2026-05-18 11:46:02 +02:00

6 lines
87 B
HTML

{{ define "main" }}
<article>
<h1>{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}