The Controller
class
Abstract representation of a controller. It brings the
basic rendering logic.
render
Delegates to the given module’s controller and action.
Parameters
view
String The view’s path.
context
Object The view’s context.
id
[Object] An eventual attached id.
Returns Promise