context->subTitle = 'home'; } /** * @route /help */ public function helpAction() { $this->context->subTitle = 'help'; } }