www/layouts/index.html

7 lines
129 B
HTML

{{ define "main" }}
<main aria-role="main">
<div class="home">
{{.Content}}
</div>
</main>
{{ end }}