renderer
can.view.renderer
{function(data, helpers)}
A function returned by can.view, can.ejs, can.mustache, can.stache that renders a template into an html documentFragment.
{function(data, helpers)}
A function returned by can.view, can.ejs, can.mustache, can.stache that renders a template into an html documentFragment.
A "renderer" function is a function returned by various can.view APIs that can be used to render data into a documentFragment.