Hilbish/website/themes/hsh/layouts/_default/baseof.html

10 lines
241 B
HTML
Raw Normal View History

2022-06-22 02:05:46 +00:00
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body class="d-flex flex-column h-100">
{{- partial "header.html" . -}}
{{- block "main" . }}{{- end }}
{{- partial "footer.html" . -}}
</body>
</html>