engine
¶
Backend-agnostic templating engine.
Classes:
-
TemplateDoesNotExist
–Raised when the named template does not exist in the backend template manifest.
-
TemplateRenderingError
–Raised when the backend render returned an error HTTP response.
-
Engine
–
TemplateDoesNotExist
¶
Bases: RuntimeError
Raised when the named template does not exist in the backend template manifest.
TemplateRenderingError
¶
Bases: RuntimeError
Raised when the backend render returned an error HTTP response.
Attributes:
-
response
(Response
) –