From: Alan Hogan Date: Fri, 29 Apr 2011 03:18:55 +0000 (-0700) Subject: Clarity X-Git-Tag: 2.6~8^2~3^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=02901a8a20dd26202626e89a6c7e950e3a8a898c;p=jinja2.git Clarity --- diff --git a/docs/templates.rst b/docs/templates.rst index 4a1f6ff..b9fbb47 100644 --- 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: