summaryrefslogtreecommitdiff
path: root/src/templates/index.tmpl
blob: cabaf7ff27ce6e883ba4b5d9c0829f37cee702eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>