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

12 lines
242 B
HTML

{{ define "main" }}
<section id="main">
{{ if not .Params.hideTitle }}
<h1 id="title">{{ .Title }}</h1>
{{ end }}
<div>
<article id="content">
{{ .Content }}
</article>
</div>
</section>
{{ end }}