summaryrefslogtreecommitdiff
path: root/src/templates/index.tmpl
blob: 784166da058e4010c867eb03b1351615ddb7a784 (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" for="{{domTitle}}"></div>
        <article class="post" id="{{domTitle}}">
          {{{ intro }}}
        </article>
        <div class="sidenotes" for="{{domTitle}}"></div>
      </div>
    {{/articles}}
    {{> leftPanel }}
  </body>
</html>