Earlier quoted context omitted.
Templating as in Jinja? I'm using Karax ( https://github.com/karaxnim/karax#server-side-html-rendering ) and it's awesome.
That’s nothing like Jinja, it’s more like React. I just want text templating and not a virtual dom and I don’t want to build my HTML in Nim.
Also karax can also work as on server side, no virtual dom in that scenario. People prefer it because of type checking over string templates.