We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02260ea commit f47c796Copy full SHA for f47c796
docs/ref/templates/builtins.txt
@@ -676,9 +676,11 @@ The variable may also be any object with a ``render()`` method that accepts a
676
context. This allows you to reference a compiled ``Template`` in your context.
677
678
An included template is rendered within the context of the template that
679
-includes it. This example produces the output ``"Hello, John"``:
+includes it. This example produces the output ``"Hello, John!"``:
680
+
681
+* Context: variable ``person`` is set to ``"John"`` and variable ``greeting``
682
+ is set to ``"Hello"``.
683
-* Context: variable ``person`` is set to ``"john"``.
684
* Template::
685
686
{% include "name_snippet.html" %}
0 commit comments