Django Book 翻译
菜单>:
TOC
返回
原文:
Any text thats surrounded by curly braces and percent signs (e.g., ``{% if ordered_warranty %}`` ) is a *template tag* . The definition of a tag is quite broad: a tag just tells the template system to do something.
翻译:
被大括号和百分号包围的文本(例如 ``{% if ordered_warranty %}`` )是 *模板标签(template tag)* 。标签(tag)定义比较明确,即:仅通知模板系统完成某些工作。
备注:
译者: