{"ScriptPreparationCode":null,"TestCases":[{"Name":"Jquery \u002B underscore","Code":"_.template($(\u0027#template-underscore\u0027).html(), {name: \u0027hello\u0027});","IsDeferred":false},{"Name":"Jquery \u002B handlebars","Code":"Handlebars.compile($(\u0027#template-handlebars\u0027).html())({name: \u0027hello\u0027});","IsDeferred":false},{"Name":"vanilla \u002B underscore","Code":"_.template(document.getElementById(\u0027template-underscore\u0027).innerHTML, {name: \u0027hello\u0027});","IsDeferred":false},{"Name":"vanilla \u002B handlebars","Code":"Handlebars.compile(document.getElementById(\u0027template-handlebars\u0027).innerHTML)({name: \u0027hello\u0027});","IsDeferred":false}]}