template :: TemplateString :: from_file
file
# Creates a new template from the contents of `file`. init from_file(file: String) do init load_template_file(file) end