summaryrefslogtreecommitdiffstats
path: root/themes/tozt/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/tozt/layouts/index.html')
-rw-r--r--themes/tozt/layouts/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/tozt/layouts/index.html b/themes/tozt/layouts/index.html
index e69de29..5ea7912 100644
--- a/themes/tozt/layouts/index.html
+++ b/themes/tozt/layouts/index.html
@@ -0,0 +1,7 @@
+{{ partial "header.html" . }}
+
+<main>
+{{ .Content }}
+</main>
+
+{{ partial "footer.html" . }}