respondTemplate
suspend fun ApplicationCall.respondTemplate(template: String, model: Map<String, Any>, locale: Locale? = null, etag: String? = null, contentType: ContentType = ContentType.Text.Html.withCharset(
Charsets.UTF_8
))
Content copied to clipboard
Responds with the specified template passing a data model.