I think I saw this discussion before but can't find it. Using v3 and Nextjs I saw the website template has dynamic pages, but the posts page is hard coded. Doesn't this mean the editor can never make changes to the layout of these pages? Can I just create a regular page on the pages collection and give it a specific path so the catchall works? Is it possible to give the [slug]/page.tsx a special structure that it can have multiple nested catchall pages?
Or is making it that dynamic not feasible?