website-astro/src/pages/en/snippets/index.astro

7 lines
100 B
Plaintext
Raw Normal View History

2022-12-28 10:36:15 +01:00
---
import Page from "../../fragments/index.astro"
const { props } = Astro
---
<Page {...props} />