Rocket/examples/handlebars_templates/templates/layout.hbs

12 lines
145 B
Handlebars

<!doctype html>
<html>
<head>
<title>{{title}}</title>
</head>
<body>
{{> nav}}
{{~> page}}
{{> footer}}
</body>
</html>