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-13 17:24:48 +00:00
|
|
|
{{ partial "components/feed.html" (dict "ctx" .) }}
|
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 }}
|