Want to contribute? Fork me on Codeberg.org!
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
sakura-hugo-theme/layouts/_default/baseof.html

15 lines
268 B

<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
<br>
<br>
{{- partial "footer.html" . -}}
<br>
</body>
</html>