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

@@ -0,0 +1,4 @@
mixin input_text(name, label, placeholder)
fieldset.fieldset
legend.fieldset-legend= label
input(type="text" name=name class="input" placeholder=placeholder)