hello eleventy friends — is there a good way to generate pages for separate data files (instead of one single data file)? e.g. i have `item1.json`, `item2.json`, and `item3.json` and i want to produce `item1.html`, `item2.html` and `item3.html` using the same template.
the "create pages from data" help page (https://www.11ty.dev/docs/pages-from-data/) doesn't seem to help with this setup so i'm a little lost digging around here. thank you in advance if anyone has tips!