Avoiding duplicate routing
Take the following routing example:
How would I avoid having practically duplicated routes while keeping the ability to differ from the layout in some cases for either new/existing entities?
posts/$postIdposts/$postId/metaposts/$postId/settingsposts/$postId/contentposts/newposts/new/metaposts/new/settingsposts/new/contentHow would I avoid having practically duplicated routes while keeping the ability to differ from the layout in some cases for either new/existing entities?