mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
4b359deec003c9dfcf4d1e5fd06097b582583e7a
This PR was merged into the master branch. Commits -------811dfadadded a syntax error when using a loop variable that is not defined (closes #925)aa15caesimplified code Discussion ---------- added a syntax error when using a loop variable that is not defined refs #925 --------------------------------------------------------------------------- by stof at 2012-12-10T15:18:30Z in the ifexpr, you should also check for ``loop.index`` & co as they are not yet incremented (and so cannot be used properly) --------------------------------------------------------------------------- by fabpot at 2012-12-10T20:07:08Z @stof fixed
…
…
…
Twig, the flexible, fast, and secure template language for PHP
Twig is a template language for PHP, released under the new BSD license (code and documentation).
Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment.
More Information
Read the documentation for more information.
Description
Languages
PHP
99.9%
