template.loaders.cached.Loader
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

class cached.Loader By default, the templating system will read and compile your templates every time they need to be rendered

2025-01-10 15:47:30
template.base.Origin
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

class Origin [source] name The path to

2025-01-10 15:47:30
template.Engine.from_string()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

Engine.from_string(template_code) [source] Compiles the given template code and returns a

2025-01-10 15:47:30
template.base.Origin.template_name
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

template_name The relative path to the template as passed into the template loader. If the template

2025-01-10 15:47:30
template.response.SimpleTemplateResponse.rendered_content
  • References/Python/Django/API/Templates/TemplateResponse and SimpleTemplateResponse

SimpleTemplateResponse.rendered_content The current rendered value of the response content, using the current template and context

2025-01-10 15:47:30
template.loaders.filesystem.Loader
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

class filesystem.Loader Loads templates from the filesystem, according to DIRS. This

2025-01-10 15:47:30
template.response.TemplateResponse.
  • References/Python/Django/API/Templates/TemplateResponse and SimpleTemplateResponse

TemplateResponse.__init__(request, template, context=None, content_type=None, status=None, charset=None, using=None) [source]

2025-01-10 15:47:30
Built-in template tags and filters
  • References/Python/Django/API/Templates/Built-in template tags and filters

This document describes Django’s built-in template tags and filters. It is recommended that you use the automatic documentation, if available, as this

2025-01-10 15:47:30
The Django template language
  • References/Python/Django/API/Templates/The Django template language

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

2025-01-10 15:47:30
template.Context.pop()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

Context.pop()

2025-01-10 15:47:30