Multiple Controller To The Same View

Hi all,

i have multiple controller that render multiple views , but the views are the same in design and js functions but the are different in the content. so is there a way in yii2 to create one view and render it from different controller with different data.

Maybe I misconstrued your problem but you just have to specify the same view file (1. paramter) in each action: http://www.yiiframework.com/doc-2.0/yii-base-controller.html#render()-detail