Skip to content

Instantly share code, notes, and snippets.

@Paratron
Created August 7, 2014 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Paratron/5b6597973420d78bce8b to your computer and use it in GitHub Desktop.
Save Paratron/5b6597973420d78bce8b to your computer and use it in GitHub Desktop.
Twig Template Engine Bootstrap
require('lib/php/Twig/Autoloader.php');
Twig_Autoloader::register();
$loader = new Twig_Loader_Filesystem('lib/templates');
$twig = new Twig_Environment($loader);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment