Django Book 翻译
菜单>:
TOC
返回
原文:
Were using a template tag here that you havent seen before: the ``{% block %}`` tag. All the ``{% block %}`` tags do is tell the template engine that a child template may override those portions of the template.
翻译:
我们使用一个以前没有见过的模板标签: ``{% block %}`` 。 所有的 ``{% block %}`` 标签告诉模板引擎,子模板可以重载这些部分。
备注:
译者: