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