summaryrefslogtreecommitdiff
path: root/src/templates/legal.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/legal.tmpl')
-rw-r--r--src/templates/legal.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/templates/legal.tmpl b/src/templates/legal.tmpl
new file mode 100644
index 0000000..3b9771b
--- /dev/null
+++ b/src/templates/legal.tmpl
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="{{lang}}">
+ {{>header }}
+ <body>
+ <div class="decal_panel">
+ <div class="marge"></div>
+ <article class="post" id="{{domTitle}}_article">
+ {{{ content }}}
+ </article>
+ <div class="sidenotes"></div>
+ </div>
+ {{> leftPanel }}
+ {{>hid }}
+ </body>
+</html>