Hey guys,
I will use the Template Test/List.html in this Controller Action, but the Controller Action Test2Controller always take the Test2/Index.html.
Can I define a Template like $templatePath = .... ?
/**
* @return void
*/
public function indexAction() {
$this->view->assign('username', $this->loginRepository->getUsername());
}