This repository has been archived on 2024-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
bird.tacowolf.net/themes/birdspace/layouts/index.html

7 lines
141 B
HTML

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