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