summaryrefslogtreecommitdiff
path: root/src/templates/index.tmpl
blob: 5ed2ed42e3683f3066694d675afbee1fdf97aa0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="{{lang}}">
  {{>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 }}
    {{>hid }}
  </body>
</html>