SimpleTemplateResponse.render() [source] Sets response.content to the result
Context.get(key, otherwise=None) Returns the value for key if key is in the context, else returns
class Context(dict_=None) [source] This class lives at django.template.Context
static() [source] If this processor is enabled, every RequestContext will contain
class Template [source] This class lives at django.template.Template. The constructor
SimpleTemplateResponse.add_post_render_callback() [source] Add a callback that will be invoked
Engine.select_template(self, template_name_list) [source] Like get_template()
Django’s template engine provides a powerful mini-language for defining the user-facing layer of your application, encouraging a clean separation of application and presentation
Template.render(context) [source] Call the Template object’s render()
SimpleTemplateResponse.context_data The context data to be used when rendering the template. It must be a
Page 2 of 5