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