Files
website/layouts/_default/list.html

7 lines
153 B
HTML
Raw Normal View History

2026-07-02 00:28:25 -07:00
{{ define "main" }}
<main class="home">
{{ partial "home-intro.html" . }}
{{ partial "file-index.html" (dict "active" .Section) }}
</main>
{{ end }}