Creates a new template from the contents of file.

Property definitions

template $ TemplateString :: from_file
	# Creates a new template from the contents of `file`.
	init from_file(file: String) do
		init load_template_file(file)
	end
lib/template/macro.nit:134,2--137,4