summaryrefslogtreecommitdiff
path: root/src/template.html
blob: c8e9f4779c67a29f98cbed07e2da7284e5d6debc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Notes</title>
  </head>
  <body>
    <div class="notes">{{ notes }}</div>
  </body>
</html>