ktor-pebble / io.ktor.pebble / Pebble

Pebble

class Pebble

Feature for providing Pebble templates as PebbleContent

Types

Feature

companion object Feature : ApplicationFeature<ApplicationCallPipeline, Builder, Pebble>

Constructors

<init>

Pebble(engine: PebbleEngine)

Feature for providing Pebble templates as PebbleContent

Companion Object Properties

key

val key: AttributeKey<Pebble>

Companion Object Functions

install

fun install(pipeline: ApplicationCallPipeline, configure: Builder.() -> Unit): Pebble