summaryrefslogtreecommitdiff
path: root/src/templates/article.tmpl
blob: 24e463226c8630adddec8f554c41f2678fceefe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="fr">
  {{> header }}
  <body>
    <div class="decal_panel">
      <div class="marge" for="{{domTitle}}"></div>
      <article class="post" id="{{domTitle}}">
        {{{ content }}}
      </article>
      <div class="sidenotes" for="{{domTitle}}"></div>
    </div>
    {{> leftPanel }}
  </body>
</html>