Now Controller#execute(params, context) will be executed on the matching
controller.
params is an Array of capture groups from the controllers RegExp path
(in case the controller's path was a RegExp) or an Array with the path
as single element.
The controller is able to set context.layout_name and context.view_name
and returns the inner value for the view.