aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorelliot_ <112902069+akatiggerx04@users.noreply.github.com>2022-09-07 01:00:22 +0300
committerelliot_ <112902069+akatiggerx04@users.noreply.github.com>2022-09-07 01:00:22 +0300
commitcd01e380e0850490c54f2103c1311146cb4cfe4c (patch)
tree65cd112151c4e64e67716d1e76047f1510c79676 /layouts/_default/baseof.html
parent8ce57dd09293660fe8fd8d31c626049223522a17 (diff)
downloadgraysx-kovok-cd01e380e0850490c54f2103c1311146cb4cfe4c.tar.gz
First Main Commit
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644
index 0000000..5f8e2ec
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ {{- partial "head.html" . -}}
+ <body>
+ {{- partial "header.html" . -}}
+ <div id="content">
+ {{- block "main" . }}{{- end }}
+ </div>
+ {{- partial "footer.html" . -}}
+ </body>
+</html>