class Mustache
Feature for providing Mustache templates as MustacheContent
class Configuration |
|
companion object Feature : ApplicationFeature<ApplicationCallPipeline, Configuration, Mustache> |
Mustache(configuration: Configuration)
Feature for providing Mustache templates as MustacheContent |
val key: AttributeKey<Mustache> |
fun install(pipeline: ApplicationCallPipeline, configure: Configuration.() -> Unit): Mustache |