Hi, I have a question regarding Layout component: http://tapestry.apache.org/layout-component.html Since pages and components "are more equal than they are different" I was wondering if base pages (located in the base package) can be used as layout components? We already have a Layout component and we need to create a base page that will be extended multiple times. That base page uses the Layout component. Now we need pages that inherit from that base page to override just a small part of the base page template. We are using Tapestry 5.1.05
Thanks, Ozkan