The final step is to render each individual post in the post.html page. When a user clicks on a particular post title on the home page (index.html), we should take them to the post.html page where the title/subtitle/image/date/author/body of the post is shown.

You've done this in the previous blog website. See if you can remember how to do it. If you can't remember, look back at the code from Day 55 and see if you can adapt it to this project. After all, programming is just tinkering, it's not an exam, you don't have to memorise everything.

This is what you're aiming for, (this is when I clicked on the cactus post on the home page):


SOLUTION