Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何创建表单的命名空间:
<%namespace name="foo" module="foo.bar" />
默认情况下可用于我项目中的所有模板;所以不是每个模板都必须在开始时包含上述行,而是由 mako 自动完成。我查看了Template和TemplateLookup类文档,但似乎没有一种简单的方法可以做到这一点。
Template
TemplateLookup
您可以将继承与Inheritable Namespaces相结合来实现您想要的。