Currently any of the content API calls pages/posts/media just display the JSON.
Next step is to display all the content inline, such as EXCERPT => meaning a call to POSTS would display on ONE SINGLE PAGE all the posts' EXCERPTS (instantiated by the "excertp/rendered" property of each post).
That's good. But for SEO and usability purposes we also want to have each POST CONTENT opening in a new page (Exclusive) with a nice router address including the SLUG or filename.
This last bullet is exactly the goal of this ISSUE here.
Note for future me:
This last bullet is exactly the goal of this ISSUE here.