Though I have not worked with HTMX, but HTL itself is a templating language and essentially can handle anything that runs on a browser. So, I don't see an issue in what you are trying to achieve, but I don't see any major benefit either. You can always run logic on server side and can process them a...