def render(self, name=None, variables=Map): return Compiler( name=name, path=self.path, variables=variables.load() ).compile()