Clarity
authorAlan Hogan <contact@alanhogan.com>
Fri, 29 Apr 2011 03:18:55 +0000 (20:18 -0700)
committerAlan Hogan <contact@alanhogan.com>
Fri, 29 Apr 2011 03:18:55 +0000 (20:18 -0700)
docs/templates.rst

index 4a1f6ff217a193485fec88f054180f54d8f31233..b9fbb474a4fdd7016a163f40a60acc0e7c137f6a 100644 (file)
@@ -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: