summaryrefslogtreecommitdiff
path: root/src/templates/index.tmpl
blob: 230db27d2a5632d1596801753104e6d02a677c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="fr">
  {{>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 }}
    <div id="hid"><div class="sun">{{{svg.sun}}}</div><div class="moon">{{{svg.moon}}}</div></div>
  </body>
</html>