https://github.com/JohnGWebDev/django-htmx-refresh/blob/master/django_htmx_refresh/middleware.py#L18-L21 I believe this should use the attributes `context_data` instead? That is what is done in [the original blog post](https://betterprogramming.pub/how-to-handle-full-page-reloads-with-django-and-htmx-a9a7ef2e4b1c#:~:text=using%20custom%20middleware.-,Option%20Three,-The%20final%20option) as well.
https://github.com/JohnGWebDev/django-htmx-refresh/blob/master/django_htmx_refresh/middleware.py#L18-L21
I believe this should use the attributes
context_datainstead? That is what is done in the original blog post as well.