根据文件扩展名选择 Mako 预处理器?
我想以某种方式检测 mako.lookup.TemplateLookup
,使其仅对某些文件扩展名应用某些预处理器。
具体来说,我有一个 haml.preprocessor
,我想将其应用于文件名以 .haml
结尾的所有模板。
谢谢!
I would like to somehow instrument a mako.lookup.TemplateLookup
such that it applies certain preprocessors only for certain file extensions.
Specifically, I have a haml.preprocessor
that I would like to apply to all templates whose file name ends with .haml
.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够自定义 TemplateLookup 以获得您想要的行为。
customlookup.py
index.haml
base.html
You should be able to customize TemplateLookup to get the behavior you want.
customlookup.py
index.haml
base.html