~/selfhut

selfhut/templates/layout.html.hbs -rw-r--r-- 282 B
94e2262d — arthurmelton main page 2 years ago
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html>
  <head>
    <meta charset="utf8">
    <meta content="width=device-width, initial-scale=1" name="viewport">
    <title>{{ title }} :: Arthur Melton Git</title>
    <link rel="stylesheet" href="/style.css">
  </head>
  <body>
    {{~> page}}
  </body>
</html>