summaryrefslogtreecommitdiff
path: root/src/templates/index.tmpl
blob: db117c9b54fb764d1c531c06c1dc9bd9650a35d5 (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 }}
  </body>
</html>