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>