respondHtmlPartial
suspend fun ApplicationCall.respondHtmlPartial(contentType: ContentType = ContentType.Text.Html.withCharset(Charsets.UTF_8), status: HttpStatusCode = HttpStatusCode.OK, prettyPrint: Boolean = false, xhtmlCompatible: Boolean = false, block: TagConsumer<Appendable>.() -> Unit)(source)