SimpleTemplateResponse.resolve_context(context)
[source]
Preprocesses context data that will be used for rendering a template. Accepts a dict
of context data. By default, returns the same dict
.
Override this method in order to customize the context.
Please login to continue.