summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
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>