Template.render(context) [source] Call the Template object’s render()
class eggs.Loader Deprecated since version 1.9: Distributing applications
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
Context.update(other_dict) [source] In addition to push() and pop()
class app_directories.Loader Loads templates from Django apps on the filesystem. For each app in INSTALLED_APPS
class cached.Loader By default, the templating system will read and compile your templates every time they need to be rendered
get_contents(origin) Returns the contents for a template given a Origin instance. This
name The path to the template as returned by the template loader. For loaders that read from the file system, this is the full
class RequestContext(request, dict_=None, processors=None) [source] Django comes with a special
Page 2 of 4