Hilbish/website/themes/hsh/layouts/index.html

7 lines
99 B
HTML
Raw Normal View History

2022-12-13 19:14:48 +00:00
{{ define "main" }}
<main style="max-width: 80em; margin: auto;">
{{.Content}}
</main>
{{ end }}