--- interface Props { enabled: boolean; } const { enabled } = Astro.props; --- {enabled && }