mirror of https://github.com/rwf2/Rocket.git
12 lines
145 B
Handlebars
12 lines
145 B
Handlebars
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>{{title}}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
{{> nav}}
|
||
|
{{~> page}}
|
||
|
{{> footer}}
|
||
|
</body>
|
||
|
</html>
|