aboutsummaryrefslogtreecommitdiffstats
path: root/build/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'build/templates/page.html')
-rw-r--r--build/templates/page.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/templates/page.html b/build/templates/page.html
new file mode 100644
index 0000000..502dd58
--- /dev/null
+++ b/build/templates/page.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="{{LANG}}">
+ <head>
+ {{> head.html}}
+ <title>ubergeek{{#PAGE_TITLE}}: {{PAGE_TITLE}}{{/PAGE_TITLE}}</title>
+ </head>
+ <body{{#DIR}} dir="{{DIR}}"{{/DIR}}>
+ {{> header.html}}
+ <main>{{{CONTENT}}}</main>
+ {{> footer.html}}
+ </body>
+</html>