summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/plt/base.html')
-rw-r--r--src/pyssg/plt/base.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pyssg/plt/base.html b/src/pyssg/plt/base.html
new file mode 100644
index 0000000..5207d0f
--- /dev/null
+++ b/src/pyssg/plt/base.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ {%block head_title%}{%endblock head_title%}
+ </head>
+ <body>
+ {%block body_content%}{%endblock body_content%}
+ </body>
+</html>