open class TemplatePlaceholder<TTemplate>
A placeholder that is also a template
<init>
TemplatePlaceholder()
apply
fun apply(template: TTemplate): Unit
invoke
operator fun invoke(content: TTemplate.() -> Unit): Unit