Hi,
I’m working in an app that’s pretty form intensive. Looking around, I found Crispy Forms too much Python based and not template based (which, IMO, are easier to deal with).
Should I somewhat bundle the behaviour and design (using Tailwind) I want from my input/select/radio/checkbox fields in inclusion tags so I can avoid repeating myself inside pages templates?
Is that the recommended way?
TIA