--- interface Props { title?: string; url?: string; } const { title, url } = Astro.props; ---
{title}