In routes/home/__layout.svelte, there is a variable:
routes/home/__layout.svelte
let activeId;
Is it possible to modify the activeId from:
activeId
routes/home/content.svelte
routes/__layout.svelte
I would probably just use a store that is made available through a context that is set in the root layout.