mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
2486ea66999b057ae6ccacbadc1aa6f8b0347830
This PR was merged into the 1.x branch.
Discussion
----------
changed the way we store template source in template classes
In #1807 and #1813, we added a way to get the original template source code from a template. This PR greatly simplifies the approach by removing all the black magic :)
This should also fix #2011
ping @nicolas-grekas
Commits
-------
b55d907 changed the way we store template source in template classes
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%