This page shows you the django-htmx extension script error handler in action.
{% if DEBUG %}
The error handler will work, since DEBUG = True
.
{% else %}
The error handler will not work, since DEBUG = False.
{% endif %}