I am trying to create an application and have multiple classes under it. Each class has its own template. But, when I try to create a new page from that application I only get one of the template. What I ideally want is to create a page by choosing a template from different class templates. Is it possible to do this?
Can you please elaborate? Do want to create a page with instances of multiple different classes?
Something like page P:
Inst1 (type X)
Inst2 (type Y)