fun template(base: Template? = null, init: Template.() -> Unit = {}): Template
Registers a new template in this project
base - base template to copy from
base
init - function to initialize the template
init
See Also
Template