fun template(template: Template): Unit
Registers the specified template in this project
template
- template to register
See Also
fun template(init: Template.() -> Unit): Template
Registers a new template initialized with the specified init block in this project
See Also