get_template_sources(template_name) [source] A method that takes a template_name
Context.get(key, otherwise=None) Returns the value for key if key is in the context, else returns
static() [source] If this processor is enabled, every RequestContext will contain
class Context(dict_=None) [source] This class lives at django.template.Context
SimpleTemplateResponse.add_post_render_callback() [source] Add a callback that will be invoked
Engine.select_template(self, template_name_list) [source] Like get_template()
SimpleTemplateResponse.context_data The context data to be used when rendering the template. It must be a
class Loader [source] Loads templates from a given source, such as the filesystem or a database
Template.render(context) [source] Call the Template object’s render()
class locmem.Loader Loads templates from a Python dictionary. This is useful for testing. This
Page 2 of 5