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.tmpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/templates/index.tmpl b/src/templates/index.tmpl
new file mode 100644
index 0000000..cabaf7f
--- /dev/null
+++ b/src/templates/index.tmpl
@@ -0,0 +1,19 @@
+
+<!DOCTYPE html>
+<html lang="fr">
+ {{>header }}
+ <body>
+ {{#articles}}
+ <div class="decal_panel">
+ <div class="marge" for="{{domTitle}}"></div>
+ <article class="post" id="{{domTitle}}">
+ <section>
+ {{{ intro }}}
+ </section>
+ </article>
+ <div class="sidenotes" for="{{domTitle}}"></div>
+ </div>
+ {{/articles}}
+ {{> leftPanel }}
+ </body>
+</html>