--- interface Props { src: string; alt: string; caption?: string; } const { src, alt, caption } = Astro.props; const uniqueId = crypto.randomUUID(); ---
{caption}