KorteTemplateConfigWithTemplates

open class KorteTemplateConfigWithTemplates(extraTags: List<KorteTag> = listOf(), extraFilters: List<KorteFilter> = listOf(), extraFunctions: List<KorteFunction> = listOf()) : KorteTemplateConfig

Constructors

Link copied to clipboard
constructor(extraTags: List<KorteTag> = listOf(), extraFilters: List<KorteFilter> = listOf(), extraFunctions: List<KorteFunction> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
val contentTypeProcessor: (content: String, contentType: String?) -> String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions