ktor-thymeleaf / io.ktor.thymeleaf / io.ktor.application.ApplicationCall

Extensions for io.ktor.application.ApplicationCall

respondTemplate

suspend fun ApplicationCall.respondTemplate(template: String, model: Map<String, Any> = emptyMap(), etag: String? = null, contentType: ContentType = ContentType.Text.Html.withCharset(Charsets.UTF_8)): Unit

Respond with template applying model