Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▾ template
▸ autoreload
▸ backends
▸ base
▸ context
▸ context_processors
▸ defaultfilters
▸ defaulttags
▸ engine
▸ exceptions
▸ library
▸ loader
▾ loader_tags
class
BlockContext
class
BlockNode
class
ExtendsNode
class
IncludeNode
▸ loaders
▸ response
▸ smartif
▸ utils
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class IncludeNode
django
.
template
.
loader_tags
.
IncludeNode
Declaration
class
IncludeNode(
Node
)
source
link
Methods
▷
def
__init__
(
self, template, *args, extra_context=None, isolated_context=False, **kwargs
)
source
link
▶
def
render
(
self, context
)
override
Render the specified template and context. Cache the template object in render_context to avoid reparsing and loading when used in a for loop.
source
link
This method overrides
django
.
template
.
base
.
Node
.
render
.
Inherited methods
Methods inherited from
django
.
template
.
base
.
Node
:
__iter__
,
get_nodes_by_type
,
render_annotated
Generated by
nedoc
v0.9 at 2020-12-29 14:04