Thanks for the advice about `Karax DSL`, there are some reasons I use `h`, I'm going to finish some app, and then see what templating going to be the best option, right now I'm not sure.
If someone would like to use `Karax DSL` it's possible, what matters is to return `HtmlElement or seq[HtmlElement]` object(s) from the `component.render` function, so any templating, or even explicitly built `return HtmlElelement(tag: "div")` would work.
