--- const { title, path, isRtl } = Astro.props; const cssPath = isRtl ? ".rtl" : ""; --- {title}