aboutsummaryrefslogtreecommitdiff
path: root/template.html
blob: 210755b89881756819929a879d576ae517f153a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>$title$</title>
    <link rel="stylesheet" href="./pandoc.css">
  </head>
  <body>
    <a href="..">« Back</a>
    <h1>$title$</h1>
    $body$
  </body>
</html>