{"ScriptPreparationCode":"var template = \u0022\u003Cstrong\u003EThis is a slightly more complicated {{thing}}.\u003C/strong\u003E.\\n{{! Just ignore this business. }}\\nCheck this out:\\n{{#hasThings}}\\n\u003Cul\u003E\\n{{#things}}\\n\u003Cli class={{className}}\u003E{{word}}\u003C/li\u003E\\n{{/things}}\u003C/ul\u003E.\\n{{/hasThings}}\\n{{^hasThings}}\\n\\n\u003Csmall\u003ENothing to check out...\u003C/small\u003E\\n{{/hasThings}}\u0022;\r\n\r\nvar handlebarsRenderer = Handlebars.compile(template);\r\nvar hoganRenderer = Hogan.compile(template);\r\nvar mustacheRender = Mustache.parse(template);","TestCases":[{"Name":"Handlebars","Code":"Handlebars.compile(template)","IsDeferred":false},{"Name":"Hogan","Code":"Hogan.compile(template)","IsDeferred":false},{"Name":"Mustache","Code":"Mustache.parse(template)","IsDeferred":false}]}