Artur Bosch
fun ApplicationCall.respondHtml(block: DIV.() -> Unit) { val html = homePage { block() } respondText(html, ContentType.Text.Html) }