Twig (template engine)

From Wiki @ Karl Jones dot com
Revision as of 08:10, 17 August 2016 by Karl Jones (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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