2024-11-09 20:12:57 +00:00
|
|
|
{{- define "head" }}
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- define "body" }}
|
2024-10-05 19:56:14 +00:00
|
|
|
<body class="layout-_default-list">
|
2024-10-18 07:33:33 +00:00
|
|
|
{{ partial "site-header.html" . }}
|
2024-11-09 20:12:57 +00:00
|
|
|
<main class="h-feed hfeed feed" id="main">
|
2024-10-15 08:09:14 +00:00
|
|
|
{{ "<!-- the main header contains list metadata -->" | safeHTML }}
|
2024-11-09 20:12:57 +00:00
|
|
|
{{ partial "components/feed-header.html" . }}
|
|
|
|
{{ $pages := .RegularPages }}
|
|
|
|
{{ partial "components/feed-entries.html" $pages }}
|
2024-10-15 08:09:14 +00:00
|
|
|
</main>
|
2024-10-18 07:33:33 +00:00
|
|
|
{{ partial "site-footer.html" . }}
|
2024-10-05 06:27:07 +00:00
|
|
|
</body>
|
2024-11-09 20:12:57 +00:00
|
|
|
{{- end }}
|