TemplatingContext

fun <out T : Command> TemplatingContext(    input: File,     output: File,     body: List<Node>,     command: T)