aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layout.html
blob: 09ecd1c71d71bcdb63cfcdb299658cb993e1fda1 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
    <title>{{ title }}</title>
  </head>
  <body>
    {{{ content }}}
  </body>
</html>