~/selfhut

selfhut/templates/layout.html.hbs -rw-r--r-- 274 B
070efc51 — Arthur Melton format html 2 years ago

            
0545f2a7 Arthur Melton
1bad1195 Arthur Melton
05b81ea3 arthurmelton
144cd6f8 arthurmelton
7dbdfabf arthurmelton
05b81ea3 arthurmelton
144cd6f8 arthurmelton





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="/static/style.css">
	</head>
	<body>
		{{~> page}}
	</body>
</html>