Files
website/layouts/_default/list.html
Akshay Kolli 9dda076b56
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 23s
Redesign site and optimize page performance
2026-07-18 19:57:44 -04:00

7 lines
171 B
HTML

{{ define "main" }}
<main class="home" id="main-content">
{{ partial "home-intro.html" . }}
{{ partial "file-index.html" (dict "active" .Section) }}
</main>
{{ end }}