get_template_sources(template_name) [source] A method that takes a template_name
static() [source] If this processor is enabled, every RequestContext will contain
get_template(template_name, skip=None) [source] Returns a Template object for
tz() [source] If this processor is enabled, every RequestContext will contain
Context.push()
class Context(dict_=None) [source] This class lives at django.template.Context
Context.flatten() Using flatten() method you can get whole Context stack as one dictionary including
Context.get(key, otherwise=None) Returns the value for key if key is in the context, else returns
class locmem.Loader Loads templates from a Python dictionary. This is useful for testing. This
class Loader [source] Loads templates from a given source, such as the filesystem or a database
Page 1 of 4