Django Book 翻译
菜单>:
TOC
返回
原文:
The second step in writing custom tags is to define a ``Node`` subclass that has a ``render()`` method. Continuing the preceding example, we need to define ``CurrentTimeNode`` :
翻译:
编写自定义标签的第二步就是定义一个拥有 ``render()`` 方法的 ``Node`` 子类。继续前面的例子,我们需要定义 ``CurrentTimeNode`` :
备注:
译者: