blakerain.com/layouts/tools/single.html

7 lines
95 B
HTML

{{ define "main" }}
<main class="container mx-auto">
{{ .Content }}
</main>
{{ end }}