fix: build template bug for same field names

This commit is contained in:
2026-01-22 23:36:42 +05:30
parent c0bbee089f
commit e189abf30f
3 changed files with 21 additions and 1 deletions

View File

@@ -19,3 +19,8 @@ block content
"data": true
}
`)
form(method="post")
+input_text("firstName", "First Name", "first name")
br
+input_text("lastName", "Last Name", "last name")
submit sumit