Hi folks,
Just wanted to share my blog post about using HTMX and django-template-partials together. I step through three iterations of the same small app, building it first in vanilla Django, then with HTMX, and finally using HTMX and partials together.
I wrote this partially for myself, to experiment with the django-template-partials package. I found using it with HTMX to be a very ergonomic developer experience.
Django, HTMX, and Template Partials
Hope it’s helpful.
Let me know what you think and if you have any suggestions!