hey amazing post! I'm learning a lot about htmx. But one question, I think there is an issue with some values. For instance, page = request.POST.get("page", 1), it can be empty quotes, and it will throw an error in the int. I just fixed adding an if, but I wanted to share with you the issue.