Thinking about data pipeline

This commit is contained in:
2025-11-17 14:12:46 +13:00
parent 7145714151
commit 02724d9986
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
const { title, description, tags } = Astro.props
---
<div>
{title}<br>
{description}<br>
{tags.join(", ")}<br>
</div>