Files
Website/layouts/_default/single.html

8 lines
204 B
HTML

{{ define "main" }}
<article class="py-5">
<h1 class="display-4 fw-bold">{{ .Title }}</h1>
<div class="content mt-4">
{{ .Content }}
</div>
</article>
{{ end }}