<template> <div class="flex flex-col w-screen h-screen bg-background-100 text-foreground"> <main class="flex-auto"> <slot /> </main> </div> </template>