Łukasz Kłosiński
fun Route.test() { get("/test") { call.respondText( buildString { appendHTML().div { insert(TestTemplate(), TemplatePlaceholder()) } } ) } }
<div> <div>this is the element I want to get, without the outer element</div> </div>
<div>this is the element I want to get, without the outer element</div>
Aleksei Tirman [JB]
A modern programming language that makes developers happier.