~/selfhut

selfhut/templates/layout.html.hbs -rw-r--r-- 295 B
ad9e5164 — arthurmelton format 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>