Simple Page Layout
var template = Handlebars.compile(html);
var html = template(shContent);
html;
<html>
<head>
<title>Page Layout Sample Code</title>
</head>
<body>
Hello World
</body>
</html>
Updated about 5 years ago
var template = Handlebars.compile(html);
var html = template(shContent);
html;
<html>
<head>
<title>Page Layout Sample Code</title>
</head>
<body>
Hello World
</body>
</html>
Updated about 5 years ago