Gets the source code of a template, given its name.
string $name The name of the template to load:
string The template source code
Twig_Error_Loader When $name is not found
Overrides Twig_LoaderInterface::getSource
public function getSource($name) {
return $name;
}