projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e68d4c6
)
Clarity
author
Alan Hogan
<contact@alanhogan.com>
Fri, 29 Apr 2011 03:18:55 +0000
(20:18 -0700)
committer
Alan Hogan
<contact@alanhogan.com>
Fri, 29 Apr 2011 03:18:55 +0000
(20:18 -0700)
docs/templates.rst
patch
|
blob
|
history
diff --git
a/docs/templates.rst
b/docs/templates.rst
index 4a1f6ff217a193485fec88f054180f54d8f31233..b9fbb474a4fdd7016a163f40a60acc0e7c137f6a 100644
(file)
--- a/
docs/templates.rst
+++ b/
docs/templates.rst
@@
-883,8
+883,9
@@
Here two examples::
{% include "render_box.html" %}
{% endfor %}
- The included template ``render_box.html`` is not able to access
- `box` in Jinja 2.0, but in Jinja 2.1.
+ The included template ``render_box.html`` is *not* able to access
+ `box` in Jinja 2.0. As of Jinja 2.1 ``render_box.html`` *is* able
+ to do so.
.. _expressions: