8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813954f commit b729ef0Copy full SHA for b729ef0
docs/ref/templates/builtins.txt
@@ -738,6 +738,11 @@ available to the included template::
738
This means that there is no shared state between included templates --
739
each include is a completely independent rendering process.
740
741
+ Blocks are evaluated *before* they are included. This means that a template
742
+ that includes blocks from another will contain blocks that have *already
743
+ been evaluated and rendered* - not blocks that can be overridden by, for
744
+ example, an extending template.
745
+
746
See also: :ttag:`{% ssi %}<ssi>`.
747
748
.. templatetag:: load
0 commit comments