sillon-fictionnel/themes/writeonly/layouts/_default/baseof.html

10 lines
279 B
HTML
Raw Normal View History

2024-01-28 13:23:24 +00:00
<!DOCTYPE html>
<html lang="en" data-bs-theme="light">
{{ partial "head/head.html" . }}
<body class="d-flex flex-column min-vh-100">
{{- partial "shared/header.html" . -}}
{{- block "main" . -}}{{- end -}}
{{- partial "shared/footer.html" . -}}
</body>
</html>