Is it possible to import a ionic @Page into another @Page to create multi-pane layout

I want to make one parent @Page with many child @Page. Is it possible with Ionic 2.
It looks promising with Angular 2 @Component. But I want to reuse @Page elements to create multi-pane layout.