In the previous post, I've managed to load data from an YAML file into svelte, and prepare for usage in the file where the loading process happened (__layout.svelte in my case).
What if I need (part of) the data in other files, like index.svelte?
I can&