summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorShubham Saini <me@ubh.sh>2023-02-09 00:19:28 +0000
committerShubham Saini <me@ubh.sh>2023-02-09 00:19:28 +0000
commitd7da16ecfa5cadb643df78694db44963ba665cbe (patch)
tree00c5234f542f7064e91827064767bcf59f094a2c /layouts/_default/baseof.html
init
Diffstat (limited to 'layouts/_default/baseof.html')
-rwxr-xr-xlayouts/_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 100755
index 0000000..b941097
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,11 @@
1<!DOCTYPE html>
2<html>
3 {{- partial "header.html" . -}}
4 <body>
5 <div class="content">
6 {{- partial "head.html" . -}}
7 {{- block "main" . }}{{- end }}
8 {{- partial "footer.html" . -}}
9 </div>
10 </body>
11</html>