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

6 lines
99 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} />