iterable

fun iterable(placeholder: String, iterable: Iterable<Any>): TemplateProcessor

Adds an iterable to replace a placeholder in the template code.

Return

this for concatenation

Parameters

placeholder

placeholder to replace

iterable

iterable to replace in change of placeholder