0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 18:43:34 +03:00
popov.link/src/layouts/PageLayout.astro

8 lines
91 B
Plaintext
Raw Normal View History

2024-09-04 21:16:37 +00:00
---
import BaseLayout from "./BaseLayout.astro";
---
<BaseLayout>
<slot />
</BaseLayout>