diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index cafa21586c..c51d57dbcc 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -672,9 +672,11 @@ the variable ``template_name``:: your context. An included template is rendered within the context of the template that -includes it. This example produces the output ``"Hello, John"``: +includes it. This example produces the output ``"Hello, John!"``: + +* Context: variable ``person`` is set to ``"John"`` and variable ``greeting`` + is set to ``"Hello"``. -* Context: variable ``person`` is set to ``"john"``. * Template:: {% include "name_snippet.html" %}