Henry V Child 7bd5b519e6
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 21s
Fixed bug on page.html where basof.html was incorrectly used
2025-06-22 11:15:19 +02:00

11 lines
156 B
HTML

{{ define "main" }}
<main role="main">
<div class="post">
<article>
{{ .Content }}
</article>
</div>
</main>
{{ end }}