summaryrefslogtreecommitdiff
path: root/templates/layout.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.hbs')
-rw-r--r--templates/layout.hbs10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/layout.hbs b/templates/layout.hbs
new file mode 100644
index 0000000..b8de618
--- /dev/null
+++ b/templates/layout.hbs
@@ -0,0 +1,10 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <title>PJ {{ title }}</title>
+ </head>
+
+ <body>
+ {{ ~> page }}
+ </body>
+</html>