10 lines
No EOL
230 B
HTML
10 lines
No EOL
230 B
HTML
{{- 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 }} |