template

fun template(template: Template)

Registers the specified template in this project

See also

Parameters

template

template to register


fun template(init: Template.() -> Unit): Template

Registers a new template initialized with the specified init block in this project

See also

Parameters

init

initialization block

return

added template