about summary refs log tree commit diff
path: root/app.html
blob: 90f5368e4822d73b3f4e2726b9e3b2bfdc8f18fe (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
  <head {{ HEAD_ATTRS }}>
    {{ HEAD }}
    <meta property="fb:pages" content="496021544115239" />
  </head>
  <body {{ BODY_ATTRS }}>
    {{ APP }}
  </body>
</html>