aboutsummaryrefslogtreecommitdiff
path: root/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html
index 214229e..2bb48e5 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -1,6 +1,8 @@
<html>
{{> head.html}}
<body>
+{{> header.html}}
{{{body}}}
+{{> footer.html}}
</body>
</html>