---
import Navigation from "../components/Navigation.astro";
<div class="md:grid md:grid-cols-[4rem_auto]">
<Navigation />
<slot />
</div>