Update pages to use new layout

This commit is contained in:
2025-11-14 12:26:46 +13:00
parent d657d88e94
commit 4c4679725b
3 changed files with 31 additions and 38 deletions

View File

@@ -1,14 +1,13 @@
---
import Base from "src/layout/Base.astro"
import Sidebar from "src/components/sidebar.astro"
---
<Base>
<div class="flex flex-row">
<Sidebar/>
<div slot="sidebar">
sidebar stuff
</div>
<div class="content-panel">
content
</div>
<div slot="content">
ya
</div>
</Base>