--- import type { Props } from "@astrojs/starlight/props"; import Default from "@astrojs/starlight/components/ContentPanel.astro"; const isPlayground = Astro.props.slug === 'playground'; --- {isPlayground ? : }