Renders an object with extra view helpers attached to the view.
ejs.render(object, extraHelpers, extra_helpers) -> String
{Object}
data to be rendered
{}
an object with additonal view helpers
{String}
returns the result of the string
Renders an object with extra view helpers attached to the view.