Full course lesson post - https://whatjackhasmade.co.uk/storybo...
GitHub Project Repository - https://github.com/whatjackhasmade/st...
Our Post Template React component is similar to our page in that it uses the parent Layout component to bring in our global state store and theme provider.
However, instead of parsing blocks from a JSON payload response, we instead have a predefined layout that we want to achieve consistency in every blog post the site hosts.
Populating the body of the page with a string for the post title, and a large parsed HTML string for the article content.