--- /* * Outputs badge to identify the first version something was added */ interface Props { version: string } const { version } = Astro.props --- Added in v{version}