Django Book 翻译
菜单>:
TOC
返回
原文:
Template tags can work as blocks containing other tags (think ``{% if %}`` , ``{% for %}`` , etc.). To create a template tag like this, use ``parser.parse()`` in your compilation function.
翻译:
模板标签可以像包含其它标签的块一样工作(想想 ``{% if %}`` 、 ``{% for %}`` 等)。 要创建一个这样的模板标签,在你的编译函数中使用 ``parser.parse()`` 。
备注:
译者: