website-2018/node_modules/hbs/examples/partial/views/layout.hbs
2018-06-12 20:32:09 -04:00

21 lines
207 B
Handlebars

<!doctype html>
<html>
<head>
<title>{{title}}</title>
<link rel='stylesheet' href='/css/style.css'>
</head>
<body>
body: {{{body}}}
<hr/>
post body
<hr/>
{{> partial5 }}
</body>
</html>