summaryrefslogtreecommitdiff
path: root/themes/stingray/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorRayHammer <evkondratyev@yandex.ru>2022-10-20 03:12:32 +0200
committerRayHammer <evkondratyev@yandex.ru>2022-10-20 03:12:32 +0200
commit3bfaf76d19b42d08f3a3c639c1bf3f9a90abfef3 (patch)
tree6552087163b4a365758d5f0abcbedb056c1a62cc /themes/stingray/layouts/_default/baseof.html
parentaf3521fd0e1a2a27ed6db08f453ff8354ba3b9e8 (diff)
Initial commit
Diffstat (limited to 'themes/stingray/layouts/_default/baseof.html')
-rw-r--r--themes/stingray/layouts/_default/baseof.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/stingray/layouts/_default/baseof.html b/themes/stingray/layouts/_default/baseof.html
new file mode 100644
index 0000000..a935536
--- /dev/null
+++ b/themes/stingray/layouts/_default/baseof.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ {{- partial "head.html" . -}}
+ <body>
+ <header>
+ {{- partial "header.html" . -}}
+ </header>
+ <main id="content">
+ {{- block "main" . }}{{- end }}
+ </main>
+ <footer>
+ {{- partial "footer.html" . -}}
+ </footer>
+ </body>
+</html>