class cached.Loader By default, the templating system will read and compile your templates every time they need to be rendered
Engine.from_string(template_code) [source] Compiles the given template code and returns a
class Origin [source] name The path to
template_name The relative path to the template as passed into the template loader. If the template
class filesystem.Loader Loads templates from the filesystem, according to DIRS. This
Engine.get_template(template_name) [source] Loads a template with the given name, compiles
Context.pop()
Context.setdefault(key, default=None) New in Django 1.9.
load_template_source(template_name, template_dirs=None) [source] Returns a tuple of (
class Engine(dirs=None, app_dirs=False, context_processors=None, debug=False, loaders=None, string_if_invalid='', file_charset='utf-8', libraries=None, builtins=None
Page 3 of 4