I fetch json data like this in `global.js` `fetch('domain.com/data.json').then(response => response.json())` How do I pass this into the handlebar files?
I fetch json data like this in
global.jsfetch('domain.com/data.json').then(response => response.json())How do I pass this into the handlebar files?