Real-world example: I want to reuse Django's built-in views for login, password reset, etc., instead of defining custom views. To achieve the same styling - using Bootstrap, for example - I either need to render form fields individually or use django-crispy-forms. Is there an alternative way to achieve this that I might be missing?