Hi,
I'd like to create a custom handlebars Panini helper similarly to how "#ifequal" works, but for sections instead.
For example, I want to include some json data content into section A, then a different data content into section B, both on the same page.
How can I go about writing my JS file to do so?
Not sure how to do that but you can create separate data variables for the content and new objects for each block.