Exciting to see people start to pick up template-partials with Django 6.0.

“Wait until you hit upon using them for form field templates”, I quietly whisper 🥳

@carlton I overrode a form renderer at some point in the past, and it was ugly.

I also needed specific HTML classes based on input type for styling, which, luckily, has been superseded by CSS's `:has()` selector.

Such a long way from this clean template solution, and I love it.

@mahryekuh it’s got a lot nicer in recent years. Partials is the little cherry on top, allowing really neat per field overrides 🍒

(Yes @nanorepublica busy writing ✍️)