pinkblackrose/templates/layout.hbs

12 lines
188 B
Handlebars
Raw Normal View History

2019-12-18 18:24:53 +00:00
<!doctype html>
<html>
<head>
<title>Rocket Example - {{ title }}</title>
</head>
<body>
{{> nav}}
{{~> page}}
{{> footer}}
</body>
</html>