package components import "context" type BackupCodeVerifyData struct { ErrorMessage string } templ TwoFactorBackupVerify(ctx context.Context, data BackupCodeVerifyData) { @LayoutWithContext("Backup Code Verification", ctx) {

Backup Code Verification

Enter one of your backup codes

if data.ErrorMessage != "" { }

Remember that each backup code can only be used once!

} }