respondTemplate

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

Respond with a template applying a data model.