9 lines
226 B
Text
9 lines
226 B
Text
---
|
|
import SiteLayout from "../layouts/SiteLayout.astro";
|
|
---
|
|
|
|
<SiteLayout title="Attended" description="Events attended." brandSubtitle="">
|
|
<section class="simple-hero">
|
|
<h1>Coming soon.</h1>
|
|
</section>
|
|
</SiteLayout>
|