--- const { label = Astro.currentLocale === 'fr' ? 'E-mail' : 'Email', id } = Astro.props; interface Props { label?: string; id: string; } --- {/* Container for the label and email input field */}