Complete issue #2 Reviewed-on: ofs/fensir#4 Co-authored-by: kogeletey <kg@re128.org> Co-committed-by: kogeletey <kg@re128.org>
8 lines
78 B
Text
8 lines
78 B
Text
---
|
|
import Base from "@/layouts/Base.astro"
|
|
---
|
|
|
|
<Base>
|
|
<slot />
|
|
</Base>
|
|
|