Out of the box, is there a way to use the type safety of handlebars along with http4k? If not, are there any pointers you could give on how this should be implemented, and I can make a PR for it into http4k
Tamara
01/21/2025, 11:44 AM
Ah, nevermind. The TypeSafeTemplate doesn't really do the thing I thought it does
d
dave
01/21/2025, 1:03 PM
It would be tricky anyway because we hide all of the implementation behind the TemplateRenderer interface
👍 1
m
Mikael Ståldal
01/21/2025, 6:43 PM
I have not tried handlebars, but with Thymeleaf, you get kind-of type safety with the IntelliJ plugin (not in your build though).