I created a simple loop through posts in in list.html. In the browser when I go to http://localhost:1313/posts/ it works correctly. But I want this to be part of the http://localhost:1313.
I tried to make this a main block and used in baseof.html as
When I run the following code in the index.html it doesn’t show anything properly it just shows the word “posts” with a date! instead of showing actual posts. it just mentions the posts folder I guess.
``