diff --git a/docs/templates.rst b/docs/templates.rst index 2471cea39..c1fb9ca96 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -522,8 +522,8 @@ However, the name after the `endblock` word must match the block name. Block Nesting and Scope ~~~~~~~~~~~~~~~~~~~~~~~ -Blocks can be nested for more complex layouts. However, per default blocks -may not access variables from outer scopes:: +Blocks can be nested for more complex layouts. However, default content in blocks +may not access variables from outside the block:: {% for item in seq %}