class documentation

class IncludeNode(Node):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method render Render the specified template and context. Cache the template object in render_context to avoid reparsing and loading when used in a for loop.
Class Variable context​_key Undocumented
Instance Variable extra​_context Undocumented
Instance Variable isolated​_context Undocumented
Instance Variable template Undocumented

Inherited from Node:

Method __iter__ Undocumented
Method get​_nodes​_by​_type Return a list of all nodes (within this node and its nodelist) of the given type
Method render​_annotated No summary
Class Variable child​_nodelists Undocumented
Class Variable must​_be​_first Undocumented
Class Variable token Undocumented
def __init__(self, template, *args, extra_context=None, isolated_context=False, **kwargs):

Undocumented

def __repr__(self):

Undocumented

def render(self, context):
Render the specified template and context. Cache the template object in render_context to avoid reparsing and loading when used in a for loop.
context_key: str =

Undocumented

extra_context =

Undocumented

isolated_context =

Undocumented

template =

Undocumented