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