> I read Pablo's concern as: If the skipping is done in each loader,
> does "recursive" self-reference work across loaders?

Uh, I didn't understand, of course you can ;-)

Imagine you are extending an app template from within a project template and
that the order of the loaders is [dirs, app]. Well, first the dirs loader will
be tried and it will not find anything because the current template is being
skipped. ``find_template`` will then continue (like it does now) with the next
loader, the app loader in this case. A template with the same name but with
different path will be found and returned by the app loader, concluding the
``find_template`` loop.


Cheers!

Unai Zalakain

Attachment: signature.asc
Description: PGP signature

Reply via email to