i had an extension function: fun ApplicationCall.r...
# ktor
a
i had an extension function: fun ApplicationCall.respondHtml(block: DIV.() -> Unit) { val html = homePage { block() } respondText(html, ContentType.Text.Html) }