and use like ``` body { article { … ...
# javascript
o
and use like
Copy code
body {
   article {
      …
      ul {
        widget("One", "checkbox") { … }
        widget("Two", "radio") { … }
      }
  }
}