Okay probably dumb question but if I want to use Rust & HTMX coming from Haskell-htmx this is the stack I'm thinking of at the moment.
DB: sqlx ~ mysql-simple
Server: Rocket ~ Servant
Views: ??? ~ Elm/JSX/Haskell has blaze-html & blaze-htmx (tiny helper lib/integration)
Rocket, Uses either Handlebars or Toro but I'm not a fan of templating languages as they discourage Locality of Behavior that JSX, Elm, and htmx all encourage.