Yes, that all makes sense. In the meanwhile, I realized I can just run handlebars
separately and give the resulting HTML as the template.content
... at which point, we don't really need a templating engine to run within jsreport. In that case, is there a no-op or null templating engine I can use that just passes the input content to the next stage of rendering? I am currently setting it to jsrender
which of course, does nothing because there are no tags left by the time it runs. I guess that's fine but I'm wondering if a no-op engine might be a bit more efficient?
Thanks!