12 lines
188 B
Handlebars
12 lines
188 B
Handlebars
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Rocket Example - {{ title }}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
{{> nav}}
|
||
|
{{~> page}}
|
||
|
{{> footer}}
|
||
|
</body>
|
||
|
</html>
|