Difference between revisions of "Twig (template engine)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "Twig is a template engine for the PHP programming language. == Description == Its syntax originates from Jinja and Django templates. Twig is an...")
 
 
Line 17: Line 17:
 
== External links ==
 
== External links ==
  
* [ Official website]
+
* [http://twig.sensiolabs.org/ Official website]
* [ Twig (template engine)] @ Wikipedia
+
* [https://en.wikipedia.org/wiki/Twig_(template_engine) Twig (template engine)] @ Wikipedia
  
  

Latest revision as of 08:10, 17 August 2016

Twig is a template engine for the PHP programming language.

Description

Its syntax originates from Jinja and Django templates.

Twig is an open source product licensed under a BSD License and maintained by Fabien Potencier.

The initial version was created by Armin Ronacher.

Symfony2 PHP framework comes with a bundled support for Twig as its default template engine.

See also

External links