dust.render (‘{ “project” : { “name” : { “The New LinkedIn Profile?” } }’, ‘tl/profile/view’, ...); </body> </html> APP 1 CDN JS template function body_0(chk, ctx) {return chk.write("<div>Do you have a URL for project").reference(ctx.g etPath(false, ["project", "name"]), ctx, "h").write("?</div>");} return body_0 2 browser CDN 3 <html> <head> <script type=”text/javascript” src=”dust.js”/> <script type=”text/javascript” src=”tl/profile/view”/> </head> <body> <div> Do you have a URL for project “The New LinkedIn Profile?” </div> </body> </html> JS Engine dust.js 28 Wednesday, June 19, 13