Hmm, currently that would be something like: ``` ...
# kweb
i
Hmm, currently that would be something like:
Copy code
doc.body.insert().apply {
    ul().insert().apply {
      li().setText(”item one”)
       .on.click { … }
    }
}