--- interface Props { previous?: string | URL; next?: string | URL; label?: string; } const { next, previous, label } = Astro.props; --- { (next || previous) && ( ) }