Changelog Version 2.10.3 Version 2.10.2 Version 2.10.1 Version 2.10 Version 2.9.6 Version 2.9.5 Version 2.9.4 Version 2.9.3 Version 2.9.2 Version 2.9.1 Version 2.9 Versi...
预备知识 预备知识 Jinja2 需要至少 Python 2.4 版本来运行。此外,如果你使用 Python 2.4 ,一个可以创建 python 扩展的可用的 C 编译器会为调试器安装。 如果你没有一个可用的 C 编译器,并且你视图安装带调试支持的源码版本,你会得到一个编译器错误。If you don’t have a working C-co...
Notes on Identifiers Notes on Identifiers Jinja2 uses the regular Python 2.x naming rules. Valid identifiers have tomatch [a-zA-Z][a-zA-Z0-9]* . As a matter of fact non ASCII c...
The Context The Context class jinja2.runtime. Context The template context holds the variables of a template. It stores thevalues passed to the template and also the names t...