import std/dom
let dib = document.createElement "div"
document.appendChild dib
But try Karax anyway...
Thank you.
I thought about Karax, but it doesn't seem very documented. :-)
Thank you.
I thought about using Karax, but it doesn't seem very documented. :-)
I like that you can copy paste eg. Bootsrap examples, without transforming to karax dsl.
Also the template extends/inheritance is one of the killer features.
Also string template engines in general are more flexible in the sense what they can generate.