Engine.select_template(self, template_name_list) [source] Like get_template()
class Template [source] This class lives at django.template.Template. The constructor
Template.render(context) [source] Call the Template object’s render()
class eggs.Loader Deprecated since version 1.9: Distributing applications
name The path to the template as returned by the template loader. For loaders that read from the file system, this is the full
get_contents(origin) Returns the contents for a template given a Origin instance. This
class app_directories.Loader Loads templates from Django apps on the filesystem. For each app in INSTALLED_APPS
debug() [source] If this processor is enabled, every RequestContext will contain
Django’s template system was overhauled in Django 1.8 when it gained support for multiple template engines. This document complements the release notes
class cached.Loader By default, the templating system will read and compile your templates every time they need to be rendered
Page 3 of 5