Hi (newbie question).
Having generated a page with a list of items from a data file (/Shop/Products/index.html), I would like to create an item details page for each item in the data file, (so /Shop/Products/Item123/index.html). Is this possible? I don’t want to have to create a content file for each item.
Thanks
UPDATE
Or is it just I am thinking of this the wrong way round. Instead of creating/generating a data file and using range/loops to create a product listing, what I should do is create/generate content files and then use single and list templates.