--- // src/components/Card.astro const { title } = Astro.props; ---

{title}

--- import Card from '../components/Card.astro'; ---

This is card content passed in via a slot.