Django Book 翻译
菜单>:
TOC
返回
原文:
To set a variable in the context, use dictionary assignment on the context object in the ``render()`` method. Heres an updated version of ``CurrentTimeNode`` that sets a template variable, ``current_time`` , instead of returning it:
翻译:
要在上下文中设置变量,在 ``render()`` 函数的context对象上使用字典赋值。这里是一个修改过的 ``CurrentTimeNode`` ,其中设定了一个模板变量 ``current_time`` ,并没有返回它:
备注:
译者: