Then for the image, it does something like: ```ope...
# kweb
b
Then for the image, it does something like:
Copy code
open class ImageElement(parent: Element) : Element(parent)
fun ElementCreator<Element>.img(attributes: Map<String, Any> = attr) {
//add to routing
return imageElement(element("img", attributes))
}