Description
Build reusable Django form layouts with less repeated template code. It helps developers control labels, fields, help text, validation errors, and layout wrappers in a structured way.
This is a form-rendering library, not a complete form builder UI. User-facing forms still need accessibility checks, clear validation messages, keyboard navigation, and protection against invalid or malicious input.