Closed tracend closed 11 years ago
The res.render method supports an options object, to define the layout among other things.
res.render
The render method of the main controller does not take into account these settings.
As a convention, a res.options object will be passed to the res.render method as its options.
res.options
The
res.render
method supports an options object, to define the layout among other things.The render method of the main controller does not take into account these settings.