Best Practices for Dynamic Page Generation from CMS
What's the best practice if I want to generate pages dynamically from CMS? I want the client do everything from build and edit mode, not design mode. So currently I'm generating nav elements from CMS both for navbar and footer. However even if I add slots in the collection page template, the separate pages not going to be unique. Props in Components not working as a separate change, it changes all across those pages. However I don't want to create a robust CMS where every text and image etc.. data is binded to dynamic elements on these pages. So I assume I have to use static pages, but that's seems a bit odd since there is a link which already generated, but I add a link field which is going to be used as a page link? I'm now a bit confused what's the best way to do this