--- interface Props { code: string; index: number; } const { code, index } = Astro.props; ---
Gift code {index + 1}
{code}