Extend will effectively make the template its parent in the tree. Include will parse the template, and take its response and stick it in the tree at that point.
An included file does not have access to its parents blocks, because it is effectively become part of the original template. So an include file cannot override any blocks. -- Thadeus On Thu, May 6, 2010 at 1:42 PM, Yarko Tymciurak <[email protected]> wrote: > s for the old reverse-include, i.e. unnamed: {{include}} --- I > have squarely aimed at killing that beast, making it go away, so yes - > my entire point is to elimin

