Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathul <athul8720@gmail.com>2020-04-11 09:31:41 +0300
committerathul <athul8720@gmail.com>2020-04-11 09:31:41 +0300
commitc2987bd016d8812d919ccf471c59f409efad06ed (patch)
tree6b3bbe6cbabeff575a06f1a83e6290ad3992b31e
parent6e15d559f7cb6044de7b9f3560dd36ff6f174053 (diff)
W/o website
-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>