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 303a848 commit 80b8d3bCopy full SHA for 80b8d3b
docs/ref/templates/builtins.txt
@@ -700,6 +700,11 @@ available to the included template::
700
This means that there is no shared state between included templates --
701
each include is a completely independent rendering process.
702
703
+ Blocks are evaluated *before* they are included. This means that a template
704
+ that includes blocks from another will contain blocks that have *already
705
+ been evaluated and rendered* - not blocks that can be overridden by, for
706
+ example, an extending template.
707
+
708
See also: :ttag:`{% ssi %}<ssi>`.
709
710
.. templatetag:: load
0 commit comments