This commit is contained in:
2022-08-28 23:54:19 +03:00
parent d769c9f0f0
commit b3cf5cb1b7
15 changed files with 299 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="ru">
{{- partial "head.html" . -}}
<body class="bg-light">
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>