mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 04:16:28 +00:00
d7d3de26d67df60cb256aaabd9bba387cd4a6acf
This PR was merged into the 1.16-dev branch. Discussion ---------- added an escaping strategy based on the template filename extension This PR introduces a new autoescaping strategy based on the template filename extension. This strategy has been extracted from Symfony, where we are using it for quite a long time now. Commits -------4481bf5added an escaping strategy based on the template filename extensiond6b2c89fixed CS
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. .. _documentation: http://twig.sensiolabs.org/documentation
Description
Languages
PHP
99.9%