summaryrefslogtreecommitdiffstats
path: root/templates/base.tmpl
blob: fdee53b1e169c254c2f75da057fac0b5ac81465f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
<head>
  <title>node-paste</title>
  <link href="/static/main.css" rel="stylesheet" type="text/css" />
  {{#styles}}
  <link href="{{name}}" rel="stylesheet" type="text/css" />
  {{/styles}}
</head>

<body>
  {{+ content}}
        Nothing here.
  {{/ content}}
</body>
</html>