trwnh.com/unified.test.hugo/layouts/_default/term.html

10 lines
230 B
HTML
Raw Normal View History

2024-11-13 17:24:48 +00:00
{{- define "head" }}
{{- end }}
{{- define "body" }}
<body class="layout-_default-term">
{{ partial "site-header.html" . }}
{{ partial "components/feed.html" (dict "ctx" .) }}
{{ partial "site-footer.html" . }}
</body>
{{- end }}