From 02901a8a20dd26202626e89a6c7e950e3a8a898c Mon Sep 17 00:00:00 2001 From: Alan Hogan Date: Thu, 28 Apr 2011 20:18:55 -0700 Subject: [PATCH] Clarity --- docs/templates.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: -- 2.26.2