function includeAsVerbatim(Twig_Environment $env, $location) { $contents = $env->getLoader()->getSource($location); return "{$contents}"; }