aboutsummaryrefslogtreecommitdiff
path: root/template.html
blob: bb9f3fc9a300c2da31e84bdb27d38724f8d453cb (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>