Undocumented
Function | get_template |
Load and return a template for the given name. |
Function | render_to_string |
Load a template and render it with a context. Return a string. |
Function | select_template |
Load and return a template for one of the given names. |
Function | _engine_list |
Undocumented |
Load and return a template for the given name.
Raise TemplateDoesNotExist if no such template exists.
Load a template and render it with a context. Return a string.
template_name may be a string or a list of strings.