--- 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 */}
{ /* Label for the email input field, visually hidden but accessible to screen readers */ } {/* Email input field */}