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