Difference between revisions of "Twig (template engine)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (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...") |
(No difference)
|
Revision as of 08:08, 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
- [ Official website]
- [ Twig (template engine)] @ Wikipedia