Django Book 翻译
菜单>:
TOC
返回
原文:
* ``django.template.loader.get_template(template_name)`` : ``get_template`` returns the compiled template (a ``Template`` object) for the template with the given name. If the template doesnt exist, a ``TemplateDoesNotExist`` exception will be raised.
翻译:
* ``django.template.loader.get_template(template_name)`` : ``get_template`` 根据给定的模板名称返回一个已编译的模板(一个 ``Template`` 对象)。如果模板不存在,就触发 ``TemplateDoesNotExist`` 的异常。
备注:
译者: