| KID | Genshi |
| xmlns | xmlns:py="http://purl.org/kid/ns#" | xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude"
|
| 继承 | py:extends="sitetemplate" | <xi:include href="sitetemplate.html"><xi:fallback/></xi:include>
不过在最终显示页面的模板(即不是用于被继承的模板)是这样的:
<xi:include href="master.html" />
|
其它XML tag
(如在master模板中包含
welcome模板内容的部分位置) | <div py:replace="[item.text]+item[:]"/> | <div py:replace="select('*|text()')"/> |