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

7 lines
95 B
Plaintext
Raw Normal View History

2022-12-02 17:29:11 +01:00
---
import Page from "../../tags/index.astro"
const { props } = Astro
---
<Page {...props} />