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