--- interface Props { text: string; source?: string; } const { text, source } = Astro.props; ---
{text} { source && ( ) }