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
SimpleTemplateResponse.rendered_content The current rendered value of the response content, using the current template and context
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
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
Page 4 of 5