What is the scope of user tags loaded with load in the django template system, especially wrt Template Inheritance?
How can you effectively load the same custom tag in the template hierarchy tree. I could not find any information in the documents. Any pointers would be helpful.
Thank.
I also wondered about this and found the missing documentation, so I decided to conduct the testing myself.
django 1.4, : , ( {% load %}), .
{% load %}
:
extend
include
with context
, ( , - , , , ( "))