hugo-test-site/layouts/_default/home.html

6 lines
101 B
HTML
Raw Normal View History

2024-06-06 21:01:40 -07:00
{{ define "main" }}
<main class="main--single main--home">
{{ .Content }}
</main>
2024-06-06 21:01:40 -07:00
{{ end }}