// else show that {seoTitleWithAsset ? ( <>{title}</> ) : ( <> do this</> )} // if exist, show this <h2>Overview</h2> {seoTitleWithAsset && ( <p>{title} </p> )}