I'm familiar with how to code a custom Handlebars Helper, but where do I put the helper code within the files?
I've tried including my own JS file in the head and after the body, but I get the following error in the JS console:
Uncaught ReferenceError: Handlebars is not defined
Am I doing something wrong or is this a 'feature' of the Stencil implementation of Handlebars?
All help greatly appreciated!