diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 93ec2ad..c55a65e 100644
a
|
b
|
Note that if you use ``{% ssi %}``, you'll need to define
|
966 | 966 | :setting:`ALLOWED_INCLUDE_ROOTS` in your Django settings, as a security |
967 | 967 | measure. |
968 | 968 | |
| 969 | .. note:: |
| 970 | With the :ttag:`ssi` tag and the "parsed" parameter |
| 971 | there is no shared state between files -- each include is a completely |
| 972 | independent rendering process, so it isn't possible for example to define |
| 973 | blocks or alter the context in the current page using the included file. |
| 974 | |
969 | 975 | See also: :ttag:`{% include %}<include>`. |
970 | 976 | |
971 | 977 | .. templatetag:: templatetag |