class cached.Loader By default, the templating system will read and compile your templates every time they need to be rendered
class Origin [source] name The path to
Engine.from_string(template_code) [source] Compiles the given template code and returns a
template_name The relative path to the template as passed into the template loader. If the template
SimpleTemplateResponse.rendered_content The current rendered value of the response content, using the current template and context
class filesystem.Loader Loads templates from the filesystem, according to DIRS. This
TemplateResponse.__init__(request, template, context=None, content_type=None, status=None, charset=None, using=None) [source]
This document describes Django’s built-in template tags and filters. It is recommended that you use the automatic documentation, if available, as this
This document explains the language syntax of the Django template system. If you’re looking for a more technical perspective on how it works and how to extend it, see
Context.pop()
Page 4 of 5