get_template_sources(template_name) [source] A method that takes a template_name
class Context(dict_=None) [source] This class lives at django.template.Context
Context.get(key, otherwise=None) Returns the value for key if key is in the context, else returns
SimpleTemplateResponse.resolve_context(context) [source] Preprocesses context data that will
SimpleTemplateResponse.add_post_render_callback() [source] Add a callback that will be invoked
SimpleTemplateResponse.context_data The context data to be used when rendering the template. It must be a
class eggs.Loader Deprecated since version 1.9: Distributing applications
Template.render(context) [source] Call the Template object’s render()
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
class Template [source] This class lives at django.template.Template. The constructor
Page 2 of 5