context - context manipulation tags
-
native_tags.contrib.context.do_del(context, *args)
- Deletes template variables from the context
This is a function tag.
-
native_tags.contrib.context.do_set(context, **kwargs)
- Updates the context with the keyword arguments
This is a function tag.
-
native_tags.contrib.context.document(o)
- Returns the docstring for a given object
This is a function tag.
This is a filter tag.
-
native_tags.contrib.context.native_debug()
- None
This is a function tag.
-
native_tags.contrib.context.render_block(context, nodelist)
- Simply renders the nodelist with the current context
This is a block tag.
-
native_tags.contrib.context.template_block(context, nodelist)
- Return the rendered block’s content with the current context
This is a block tag.
-
native_tags.contrib.context.template_string(context, template)
- Return the rendered template content with the current context
This is a function tag.