What’s the actual best-practices way of displaying a list of things (products, etc.), such that each instance is a block with its own template?
I’m essentially just wondering what’s the right way (if possible) to create a module that has a block which represents a list of things (could be products, images, whatever), but instead of having the HTML of each element in the… Read More »What’s the actual best-practices way of displaying a list of things (products, etc.), such that each instance is a block with its own template?