Recently, I've started using Contentful and have already created a few entries. Now, my goal is to create a simple dynamic page with subpages - essentially like a portfolio. What I envision is an index page with links to inner portfolio pages, each corresponding to an entry in my JSON file that includes title, content, slug, id, etc.
My main question is how do I ensure each entry has its own individual page with a unique URL? The template will remain consistent across all pages. For example, if a user goes to url.com/someurl, they should see the specific page for that particular item in the entries list.
I have a feeling that the controller typically handles this functionality, but I am considering whether utilizing frameworks like AngularJS might be beneficial in this case. Any advice?