--- interface Props { horizontal?: boolean } const { horizontal } = Astro.props --- { horizontal ? ( ) : ( ) }