aboutsummaryrefslogtreecommitdiff
path: root/data/themes/blank/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/themes/blank/templates/page.html')
-rw-r--r--data/themes/blank/templates/page.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/themes/blank/templates/page.html b/data/themes/blank/templates/page.html
new file mode 100644
index 0000000..78737aa
--- /dev/null
+++ b/data/themes/blank/templates/page.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang='en-US'>
+ <head>
+ <meta charset="utf-8"/>
+ <title>%{name | h}</title>
+
+ %{styles}
+ </head>
+
+ <body>
+ %{body}
+ </body>
+
+ %{scripts}
+</html>