Hello, how can I have a partial that can be rendered in both app and across the slices? The actual use-case is related to the flash messages.
I tried just rendering, but slices search in their own templates directory, any way to customize it?
Also, with some chat hints and by reading docs I tried to achieve it with scope, but even scope defined in app when used in slice was searching in slice’s templates when rendering.