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