Out of the box, is there a way to use the <type sa...
# http4k
t
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
Ah, nevermind. The TypeSafeTemplate doesn't really do the thing I thought it does
d
It would be tricky anyway because we hide all of the implementation behind the TemplateRenderer interface
👍 1
m
I have not tried handlebars, but with Thymeleaf, you get kind-of type safety with the IntelliJ plugin (not in your build though).
t
Thanks, I'll take a look at that some time