hugo-theme-dor/layouts/_default/baseof.html

12 lines
210 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2021-06-20 01:35:58 +00:00
{{- partial "head.html" . -}}
<body>
2021-06-20 01:35:58 +00:00
{{- partial "header.html" . }}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>