trwnh.com/unified.test.hugo/layouts/_default/list.html
2024-11-13 11:24:48 -06:00

10 lines
No EOL
230 B
HTML

{{- define "head" }}
{{- end }}
{{- define "body" }}
<body class="layout-_default-list">
{{ partial "site-header.html" . }}
{{ partial "components/feed.html" (dict "ctx" .) }}
{{ partial "site-footer.html" . }}
</body>
{{- end }}