Forms, Crispy Forms and inclusion tags

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

Have a look at @FunkyBob’s sniplates.

https://sniplates.readthedocs.io/en/latest/

It may be what you’re looking for if you don’t like the Crispy Forms approach.

I’ll have a look. At first glance, doesn’t seem much of an improvement over inclusion tags.