Is there a way to register partials so they can be used within some of the addsearch ui templates? Adding them to the global handlebars using ``` handlebars.registerPartial('test', '<h1>test</h1>'); ``` just results in partial not found errors
Is there a way to register partials so they can be used within some of the addsearch ui templates?
Adding them to the global handlebars using
just results in partial not found errors