Dragon-Linux/layouts/_default/single.html
2025-07-13 12:26:59 -04:00

10 lines
261 B
HTML

{{ .Scratch.Set "body_class" .Params.body_class }}
{{ partial "header.html" . }}
<section id="post-section">
<div class="post-wrapper">
<div class="post">
{{ .Content }}
</div>
</div>
</section>
{{ partial "footer.html" . }}