Hyall!
I try to split my app into slices across visual boundaries (say, landing page, user area, admin etc) which feels like a naive approach. Some aspects of – say – the user area could be broken further down, but then I’d have copy the one layout into each of those slices.
Is there a DRYer way to tackle this?
Cheers!