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