value

fun value(placeholder: String, value: Any): TemplateProcessor

Adds a reference to a placeholder in the template code. The placeholder in the template must be wrapped by double square brackets.

Return

this for concatenation

Parameters

placeholder

placeholder to replace

value

value to replace in change of placeholder