]> git.ipfire.org Git - thirdparty/jinja.git/commit
Add support for a {% debug %} extension tag.
authorShaheed Haque <srhaque@theiet.org>
Sun, 14 Jan 2018 14:01:22 +0000 (14:01 +0000)
committerDavid Lord <davidism@gmail.com>
Fri, 4 Oct 2019 20:15:20 +0000 (13:15 -0700)
commit017c8d3509c694398093797ee2ed019f1eb02221
treeeab82aa98deb8500ee412aa08d9e751959bb3c72
parent496c81af81ed9ea2aaccc6537338ec1f723cbf5a
Add support for a {% debug %} extension tag.
This dumps the available variables, filters and tests.
jinja2/ext.py
tests/test_ext.py