It's just an idea, but it'll be very convenient if we'll able to switch classes on body element like this: ```html <svelte:body class:profile={isProfilePage} /> ```