mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-29 05:42:35 +00:00
12 lines
164 B
Handlebars
12 lines
164 B
Handlebars
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Rocket Example - {{ title }}</title>
|
|
</head>
|
|
<body>
|
|
{{> nav}}
|
|
{{~> page}}
|
|
{{> footer}}
|
|
</body>
|
|
</html>
|