aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
blob: dd20e7a23df2efaf458fa50f9e13c22c6c011a10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>{{template "title"}}</title>
  <link rel="stylesheet" href="/static/style.css">
</head>
<body>
  <div id="contents">
    {{template "body" .}}
  </div>
</body>
</html>