12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
---
|
|
import Layout from "../components/Layout.astro";
|
|
---
|
|
|
|
<Layout>
|
|
|
|
<h1>Gallery</h1>
|
|
|
|
<p>Hier findest du alle aktuellen und kommenden Gallery im Gallus Pub.</p>
|
|
|
|
</Layout>
|