Headless Bundles as Data

That’s why the approach discussed in @dwalkr’s article is interesting. Rather than create one headless bundles for each data entry, your create just one bundle containing your entries as .md files Page Resources. Then, all you have to do when you need to iterate over this data is .GetPage this one headless bundle and loop on its resources.

3 Likes