mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
16 lines
219 B
Text
16 lines
219 B
Text
|
---
|
||
|
|
||
|
import BaseLayout from '../layouts/base.astro';
|
||
|
|
||
|
---
|
||
|
|
||
|
<BaseLayout title="Events">
|
||
|
<div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="middle-pane-medium mt-10">
|
||
|
<p>My page content, wrapped in a layout!</p>
|
||
|
</div>
|
||
|
|
||
|
</BaseLayout>
|